mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: install cargo build dependency
This commit is contained in:
parent
1a122cce4f
commit
ed0e6ef2ba
1 changed files with 2 additions and 1 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue