Compare commits

...

2 Commits

Author SHA1 Message Date
Oskar 355d55a4ce
Update Dockerfile 2022-01-30 18:12:07 +01:00
Oskar 6f9ef2a936
Update Dockerfile 2022-01-30 18:09:50 +01:00
1 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ COPY resolv.conf /etc/resolv.conf
RUN pacman-key --init \
&& pacman-key --recv-key 7A6646A6C14690C0 \
&& pacman-key --lsign-key 7A6646A6C14690C0 \
&& pacman -U --noconfirm 'http://5.135.168.176/packages/medzikuser-mirrorlist-latest-any.pkg.tar.xz' \
&& pacman -U --noconfirm 'http://5.135.168.176/packages/medzikuser-mirrorlist-2022.1.18-1-any.pkg.tar.xz' \
&& yes | pacman -Scc
COPY pacman.conf /etc/pacman.conf
@ -32,4 +32,5 @@ RUN useradd --create-home build
COPY sudoers /etc/sudoers
USER build
RUN sudo echo "Running 'sudo' for build: success"
RUN sudo echo "Running 'sudo' for build: success" \
&& cd /home/build