Skip to content

Commit

Permalink
Build update
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrreo authored Sep 3, 2024
1 parent 5709d44 commit a955fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN pacman -S --needed git wget base-devel --noconfirm
RUN wget https://github.com/Jguer/yay/releases/download/v12.3.5/yay_12.3.5_x86_64.tar.gz
RUN tar -xf ./yay_12.3.5_x86_64.tar.gz
RUN mv ./yay_12.3.5_x86_64/yay /usr/bin/build-yay
# Root DANGEROUS BLAH BLAH BLAH
# Root DANGEROUS BLAH BLAH BLAH xD
RUN useradd builduser -m
RUN passwd -d builduser
RUN printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
Expand Down

0 comments on commit a955fd2

Please sign in to comment.