File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
tests/cases/docker/vscode Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # vscode only supports node 8 :(
1
+ # vscode only supports older node
2
2
FROM node:10
3
3
RUN apt-get update
4
4
RUN apt-get install libsecret-1-dev libx11-dev libxkbfile-dev -y
@@ -7,12 +7,12 @@ RUN git clone https://github.com/microsoft/vscode.git /vscode
7
7
WORKDIR /vscode
8
8
RUN git pull
9
9
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
10
- RUN mkdir /typescript
11
- RUN tar -xzvf /typescript.tgz -C /typescript
12
10
WORKDIR /vscode/build
13
- RUN yarn add typescript@/typescript/package
11
+ RUN yarn add typescript@/typescript.tgz
12
+ WORKDIR /vscode/extensions
13
+ RUN yarn add typescript@/typescript.tgz
14
14
WORKDIR /vscode
15
- RUN yarn add typescript@/typescript/package
15
+ RUN yarn add typescript@/typescript.tgz
16
16
RUN yarn
17
17
ENTRYPOINT [ "yarn" ]
18
18
# Build
You can’t perform that action at this time.
0 commit comments