File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM sourcegraph/src-cli:3.39.1@sha256:418225d34348a80613a6a20c6c0203d95a74a33adc6fb6e6f45af84ff60beff0 AS src-cli
1
+ FROM sourcegraph/src-cli:3.40.0
2
2
3
3
# Keep in sync with Dockerfile.autoindex
4
4
FROM node:17.7.1-alpine3.14@sha256:cbb62fa2f740959b173b180e4806a5e479fbbd7a20072c3d6b4283bf2b9951d1
@@ -9,6 +9,8 @@ RUN apk add --no-cache git
9
9
10
10
COPY --from=src-cli /usr/bin/src /usr/bin
11
11
12
- RUN npm install -g @sourcegraph/scip-typescript@${TAG}
12
+ RUN npm install --global yarn
13
+
14
+ RUN yarn global add @sourcegraph/scip-typescript@${TAG}
13
15
14
16
CMD ["/bin/sh" ]
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ COPY --from=src-cli /usr/bin/src /usr/bin
11
11
12
12
RUN echo 'scip-typescript "$@" --no-progress-bar' > /usr/bin/scip-typescript-autoindex && chmod +x /usr/bin/scip-typescript-autoindex
13
13
14
- RUN npm install --global n@latest @sourcegraph/scip-typescript@latest
14
+ RUN npm install --global yarn
15
+
16
+ RUN yarn global add @sourcegraph/scip-typescript@${TAG}
15
17
16
18
CMD ["/bin/sh"]
You can’t perform that action at this time.
0 commit comments