Skip to content

Commit 6a42b72

Browse files
committed
Wrap lsif-typed cli into a bash script to avoid pipeing
1 parent 0f1caf3 commit 6a42b72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile.autoindex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ 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
11+
RUN curl -Lo /usr/bin/lsif-typed-cli https://github.com/sourcegraph/lsif-typescript/releases/download/v0.1.9/lsif-typed && chmod +x /usr/bin/lsif-typed-cli
12+
13+
RUN echo 'lsif-typed-cli dump.lsif-typed > dump.lsif' > /usr/bin/lsif-typed && chmod +x /usr/bin/lsif-typed
1214

1315
RUN npm install --global n@latest @sourcegraph/lsif-typescript@latest
1416

0 commit comments

Comments
 (0)