Skip to content

Commit

Permalink
Add build-essential package to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jun 19, 2024
1 parent 7669ec9 commit da2dbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG LLVM_VERSION=15
ARG CMAKE_VERSION=3.26.6

RUN apt-get update -y -q \
&& apt-get install -y -q curl lsb-release wget software-properties-common gnupg gdb git ninja-build openssh-server sudo \
&& apt-get install -y -q build-essential curl lsb-release wget software-properties-common gnupg gdb git ninja-build openssh-server sudo \
&& wget https://apt.llvm.org/llvm.sh \
&& chmod +x llvm.sh \
&& ./llvm.sh ${LLVM_VERSION} \
Expand Down

0 comments on commit da2dbff

Please sign in to comment.