mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 20:29: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 \
|
base \
|
||||||
git \
|
git \
|
||||||
pacman-contrib \
|
pacman-contrib \
|
||||||
cargo \
|
cargo
|
||||||
|
|
||||||
RUN useradd -m builder && \
|
RUN useradd -m builder && \
|
||||||
echo "builder ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers && \
|
echo "builder ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers && \
|
||||||
|
|
Loading…
Reference in a new issue