Update Dockerfile
This commit is contained in:
parent
259b3a612e
commit
fa748fee72
@ -5,9 +5,10 @@ RUN pacman -Syu --noconfirm
|
||||
RUN pacman -S --needed git wget base-devel --noconfirm
|
||||
RUN wget https://github.com/Jguer/yay/releases/download/v12.1.2/yay_12.1.2_x86_64.tar.gz
|
||||
RUN tar -xf ./yay_12.1.2_x86_64.tar.gz
|
||||
RUN mv ./yay_12.1.2_x86_64/yay /usr/bin/
|
||||
RUN mv ./yay_12.1.2_x86_64/yay /usr/bin/build-yay
|
||||
# Root DANGEROUS BLAH BLAH BLAH
|
||||
RUN useradd builduser -m
|
||||
RUN passwd -d builduser
|
||||
RUN printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
|
||||
RUN sudo -u builduser bash -c 'cd ~ && yay -S yay-bin --noconfirm'
|
||||
RUN sudo -u builduser bash -c 'cd ~ && build-yay -S yay --noconfirm'
|
||||
RUN rm -rfv /usr/bin/build-yay
|
||||
|
Loading…
Reference in New Issue
Block a user