Update arch-builder/Dockerfile
All checks were successful
CI / Build arch-builder docker images (push) Successful in 42m13s

This commit is contained in:
2025-03-24 11:48:01 +01:00
parent 8a76515307
commit 02d3c72624

View File

@@ -93,7 +93,6 @@ RUN --mount=type=cache,target=/var/cache/pacman pacman -S --noconfirm --needed \
protobuf protobuf
USER luser USER luser
WORKDIR /home/luser WORKDIR /home/luser
RUN mkdir .cargo
RUN rustup toolchain install stable-x86_64-unknown-linux-gnu --profile minimal RUN rustup toolchain install stable-x86_64-unknown-linux-gnu --profile minimal
RUN rustup target add \ RUN rustup target add \
x86_64-unknown-linux-musl \ x86_64-unknown-linux-musl \