[Draft] Implement Reviewer Notice Link using Login Redirect #40
1 changed files with 5 additions and 0 deletions
fix arch PKGBUILD test docker container build
commit
76fbf9b425
|
|
@ -12,6 +12,11 @@ RUN useradd -u $UID -g dev -m dev
|
||||||
|
|
||||||
RUN echo -e "\ndev ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
|
RUN echo -e "\ndev ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers
|
||||||
|
|
||||||
|
RUN rm -rd /etc/pacman.d/gnupg
|
||||||
|
RUN pacman-key --init
|
||||||
|
RUN pacman-key --populate
|
||||||
|
RUN pacman -Sy archlinux-keyring --noconfirm
|
||||||
|
|
||||||
RUN pacman -Syu --noconfirm
|
RUN pacman -Syu --noconfirm
|
||||||
|
|
||||||
COPY . /src_dir
|
COPY . /src_dir
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue