Compare commits

..

No commits in common. "355d55a4cebd103bca4d92fc3ede917c1520d48c" and "4c2016fc0ce4cbb0153cff0375fd6ea3d75a7c5f" have entirely different histories.

1 changed files with 2 additions and 3 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-2022.1.18-1-any.pkg.tar.xz' \
&& pacman -U --noconfirm 'http://5.135.168.176/packages/medzikuser-mirrorlist-latest-any.pkg.tar.xz' \
&& yes | pacman -Scc
COPY pacman.conf /etc/pacman.conf
@ -32,5 +32,4 @@ RUN useradd --create-home build
COPY sudoers /etc/sudoers
USER build
RUN sudo echo "Running 'sudo' for build: success" \
&& cd /home/build
RUN sudo echo "Running 'sudo' for build: success"