Skip to content

Commit

Permalink
Simplify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Jun 14, 2024
1 parent 8d325f7 commit b85d4a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ ENV LIBRARY_PATH $LIBRARY_PATH:$NJS_BASE/lib

COPY --from=NJS /opt/njs /opt/njs

RUN apt-get update && apt-get install -y --no-install-recommends libclang-dev libpcre2-dev clang
RUN ln -s /usr/lib/$(uname -m)-linux-gnu/libclang-10.so /usr/lib/$(uname -m)-linux-gnu/libclang.so
RUN apt-get update && apt-get install -y --no-install-recommends libpcre2-dev
RUN apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/library-scripts

0 comments on commit b85d4a6

Please sign in to comment.