Skip to content

Commit

Permalink
Install required curl to download newer cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 28, 2025
1 parent 7788cda commit cec60be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN \
apt update ${quiet} && \
apt install -y -V ${quiet} \
build-essential \
curl \
clang \
cmake \
debhelper \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN \
build-essential \
clang \
cmake \
curl \
debhelper \
devscripts \
gi-docgen \
Expand Down

0 comments on commit cec60be

Please sign in to comment.