Skip to content

Commit

Permalink
add cmake to image
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvi committed Aug 14, 2024
1 parent 603f38f commit 5340a56
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 @@ -4,7 +4,7 @@ RUN apt-get update && \
apt-get install -y \
libwebkit2gtk-4.0-dev build-essential curl wget \
libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev \
jq tar bash libbrotli-dev brotli imagemagick git
jq tar bash libbrotli-dev brotli imagemagick git cmake

RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y

Expand Down

0 comments on commit 5340a56

Please sign in to comment.