mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: remove empty continuation
This commit is contained in:
parent
ed0e6ef2ba
commit
f7b1704d81
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ RUN pacman --needed --noconfirm -Syu \
|
|||
base \
|
||||
git \
|
||||
pacman-contrib \
|
||||
cargo \
|
||||
cargo
|
||||
|
||||
RUN useradd -m builder && \
|
||||
echo "builder ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers && \
|
||||
|
|
Loading…
Reference in a new issue