Update Dockerfile

This commit is contained in:
Oskar 2022-01-11 23:23:11 +01:00 committed by GitHub
parent b6eece8fad
commit 0250e2c30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
FROM archlinux
COPY resolv.conf /etc/resolv.conf
RUN pacman-key --init \
&& pacman-key --recv-key 7A6646A6C14690C0 \
&& pacman-key --lsign-key 7A6646A6C14690C0 \
@ -9,7 +11,6 @@ RUN pacman-key --init \
COPY pacman.conf /etc/pacman.conf
COPY makepkg.conf /etc/makepkg.conf
COPY mirrorlist /etc/pacman.d/mirrorlist
COPY resolv.conf /etc/resolv.conf
RUN pacman -Sy --noconfirm \
base \