update required deps for build from sources

This commit is contained in:
Pierre Tachoire
2026-01-28 15:37:58 +01:00
parent 3b809b2910
commit 335e781d0c
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ ARG TARGETPLATFORM
RUN apt-get update -yq && \
apt-get install -yq xz-utils ca-certificates \
clang make curl git
gcc make curl git
# Get Rust
RUN curl https://sh.rustup.rs -sSf | sh -s -- --profile minimal -y