Skip to content

Commit dc1c45a

Browse files
committed
Fix azure-sdk dockerfile for latest rush
1 parent 0234889 commit dc1c45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/docker/azure-sdk/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN git pull
66
RUN rush update
77
WORKDIR /azure-sdk/sdk/core/core-http
88
# Sync up all TS versions used internally so they're all linked from a known location
9-
RUN rush add -p "[email protected]" --exact --dev -m
9+
RUN rush add -p "[email protected]" --dev -m
1010
# Relink installed TSes to built TS
1111
WORKDIR /azure-sdk/common/temp/node_modules/.registry.npmjs.org/typescript/3.5.1/node_modules
1212
RUN rm -rf typescript

0 commit comments

Comments
 (0)