update build from source deps

This commit is contained in:
Pierre Tachoire
2026-01-29 08:42:58 +01:00
parent 232e7a1759
commit 496c6905af
3 changed files with 5 additions and 3 deletions

View File

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