Skip to content

Commit

Permalink
🔧 chore(Dockerfile): Added cmake to the list of installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat1anWasTaken committed Apr 27, 2024
1 parent 4ee650d commit 936469a
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 @@ -9,7 +9,7 @@ ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLA

RUN apt-get update && \
apt-get install -y git curl jq openjdk-17-jre-headless xz-utils \
gcc g++ python3-dev libffi-dev build-essential && \
gcc g++ python3-dev libffi-dev build-essential cmake && \
apt-get clean && \
tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && \
tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz && \
Expand Down

0 comments on commit 936469a

Please sign in to comment.