Skip to content

Commit 259b3a6

Browse files
authored
Update Dockerfile
1 parent c0bb938 commit 259b3a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ RUN mv ./yay_12.1.2_x86_64/yay /usr/bin/
99
# Root DANGEROUS BLAH BLAH BLAH
1010
RUN useradd builduser -m
1111
RUN passwd -d builduser
12-
RUN printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers # Allow the builduser passwordless sudo
13-
RUN sudo -u builduser bash -c 'cd ~ && yay -Sy && yay -S yay --noconfirm'
12+
RUN printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
13+
RUN sudo -u builduser bash -c 'cd ~ && yay -S yay-bin --noconfirm'

0 commit comments

Comments
 (0)