Skip to content

Commit 1726586

Browse files
committed
Update to the latest node image and install latest yarn/npm
1 parent 0ba4e50 commit 1726586

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ARG TAG
55

66
RUN apk add --no-cache git curl
77

8+
RUN yarn global add npm yarn
9+
810
RUN yarn global add @sourcegraph/scip-typescript@${TAG} @sourcegraph/src
911

1012
CMD ["/bin/sh"]

Dockerfile.autoindex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libg
1111
# conversion.
1212
RUN echo 'scip-typescript "$@" --no-progress-bar' > /usr/bin/scip-typescript-autoindex && chmod +x /usr/bin/scip-typescript-autoindex
1313

14+
RUN yarn global add npm yarn
15+
1416
RUN yarn global add @sourcegraph/scip-typescript@${TAG} @sourcegraph/src
1517

1618
CMD ["/bin/sh"]

0 commit comments

Comments
 (0)