Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Nov 16, 2023
1 parent ef01b6c commit 614aadc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ COPY --from=builder /tmp/llvm/ /usr/local/

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -q && apt-get install -y cmake ninja-build build-essential python3 python3-distutils git unzip gcc g++ libeigen3-dev libboost-dev
RUN apt-get update -q && apt-get install -y cmake ninja-build build-essential python3 python3-distutils git unzip gcc g++ libeigen3-dev libboost-dev \
&& apt-get autoremove -y --purge \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 614aadc

Please sign in to comment.