Skip to content

Commit

Permalink
Dockerfile: Install cmake via pop
Browse files Browse the repository at this point in the history
for #5
  • Loading branch information
andy5995 committed Feb 3, 2024
1 parent 747c39a commit da31602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,6 @@ RUN \
autoconf \
automake \
build-essential \
cmake \
curl \
desktop-file-utils \
fuse \
Expand All @@ -27,6 +26,7 @@ RUN \
wget \
xxd

RUN python3 -m pip install cmake
RUN python3 -m pip install meson ninja

RUN \
Expand Down

0 comments on commit da31602

Please sign in to comment.