fix: install cargo build dependency

This commit is contained in:
Erica Marigold 2023-08-01 11:55:31 +05:30 committed by GitHub
parent 1a122cce4f
commit ed0e6ef2ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,8 @@ FROM archlinux:base-devel
RUN pacman --needed --noconfirm -Syu \
base \
git \
pacman-contrib
pacman-contrib \
cargo \
RUN useradd -m builder && \
echo "builder ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers && \