[Draft] Implement Reviewer Notice Link using Login Redirect #40

Merged
ben merged 5 commits from ben/Jobboerse:notice-link-via-login into main 2023-01-28 18:00:15 +01:00
Showing only changes of commit 76fbf9b425 - Show all commits

fix arch PKGBUILD test docker container build

Bennet Bleßmann 2023-01-28 17:28:48 +01:00 committed by Bennet Bleßmann
Signed by: ben
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -12,6 +12,11 @@ RUN useradd -u $UID -g dev -m dev
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
COPY . /src_dir