File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ FROM node:current
22RUN npm install -g @microsoft/rush
33RUN git clone --depth 1 https://github.com/Azure/azure-sdk-for-js.git /azure-sdk
44WORKDIR /azure-sdk
5- RUN git pull
65RUN rush update
76WORKDIR /azure-sdk/sdk/core/core-http
87# Sync up all TS versions used internally so they're all linked from a known location
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ ENV TF_BUILD=true
66ADD https://api.github.com/repos/OfficeDev/office-ui-fabric-react/git/ref/heads/master version.json
77RUN git clone --depth 1 https://github.com/OfficeDev/office-ui-fabric-react.git /office-ui-fabric-react
88WORKDIR /office-ui-fabric-react
9- RUN git pull
109WORKDIR /
1110COPY --from=typescript/typescript /typescript/typescript-*.tgz typescript.tgz
1211WORKDIR /office-ui-fabric-react
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ FROM node:current
22RUN npm i -g yarn --force
33RUN git clone --depth 1 https://github.com/prettier/prettier.git /prettier
44WORKDIR /prettier
5- RUN git pull
65COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
76RUN mkdir /typescript
87RUN tar -xzvf /typescript.tgz -C /typescript
Original file line number Diff line number Diff line change 11FROM node:current
22RUN git clone --depth 1 https://github.com/microsoft/pyright.git /pyright
33WORKDIR /pyright
4- RUN git pull
54RUN npm i
65COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
76RUN npm install /typescript.tgz --exact --ignore-scripts --save-dev
Original file line number Diff line number Diff line change 11FROM node:10
22RUN git clone --depth 1 https://github.com/ReactiveX/rxjs /rxjs
33WORKDIR /rxjs
4- RUN git pull
54COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
65RUN mkdir /typescript
76RUN tar -xzvf /typescript.tgz -C /typescript
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ RUN apt-get install libsecret-1-dev libx11-dev libxkbfile-dev -y
55RUN npm i -g yarn --force
66RUN git clone --depth 1 https://github.com/microsoft/vscode.git /vscode
77WORKDIR /vscode
8- RUN git pull
98COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
109WORKDIR /vscode/build
1110RUN yarn add typescript@/typescript.tgz
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ FROM node:current
22RUN npm install -g yarn lerna --force
33RUN git clone --depth 1 https://github.com/vuejs/vue-next.git /vue-next
44WORKDIR /vue-next
5- RUN git pull
65COPY --from=typescript/typescript /typescript/typescript-*.tgz typescript.tgz
76# Sync up all TS versions used internally to the new one
87RUN yarn add typescript@./typescript.tgz --exact --dev --ignore-scripts -W
Original file line number Diff line number Diff line change 22FROM node:10
33RUN git clone --depth 1 https://github.com/xtermjs/xterm.js.git /xtermjs
44WORKDIR /xtermjs
5- RUN git pull
65COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
76RUN mkdir /typescript
87RUN tar -xzvf /typescript.tgz -C /typescript
You can’t perform that action at this time.
0 commit comments