Skip to content

Commit 0f1caf3

Browse files
committed
Install the lsif-typed cli in the lsif-typescript image
1 parent d82d0ea commit 0f1caf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.autoindex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libg
88

99
COPY --from=src-cli /usr/bin/src /usr/bin
1010

11+
RUN curl -Lo /usr/bin/lsif-typed https://github.com/sourcegraph/lsif-typescript/releases/download/v0.1.9/lsif-typed && chmod +x /usr/bin/lsif-typed
12+
1113
RUN npm install --global n@latest @sourcegraph/lsif-typescript@latest
1214

1315
CMD ["/bin/sh"]

0 commit comments

Comments
 (0)