Skip to content

Commit

Permalink
chore(#7): scip-ts support
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Jul 29, 2023
1 parent f0a7e22 commit 1b2840a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ RUN apk add openjdk8 gradle maven \
# node lsif and python scip
RUN apk add --update nodejs npm \
&& npm install -g lsif \
&& npm install -g @sourcegraph/scip-python
&& npm install -g @sourcegraph/scip-python \
&& npm install -g @sourcegraph/scip-typescript

# python runtime for main script
RUN apk add --no-cache python3 py3-pip && \
Expand Down

0 comments on commit 1b2840a

Please sign in to comment.