We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82d0ea commit 0f1caf3Copy full SHA for 0f1caf3
Dockerfile.autoindex
@@ -8,6 +8,8 @@ RUN apk add --no-cache git bash curl ca-certificates python3 make libstdc++ libg
8
9
COPY --from=src-cli /usr/bin/src /usr/bin
10
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
+
13
RUN npm install --global n@latest @sourcegraph/lsif-typescript@latest
14
15
CMD ["/bin/sh"]
0 commit comments