Update Dockerfile

This commit is contained in:
Oskar 2022-02-08 14:53:20 +01:00 committed by GitHub
parent 388db0fc8b
commit e1555197ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM archlinux
COPY resolv.conf /etc/resolv.conf
RUN pacman -Sy wget \
RUN pacman -Sy --noconfirm wget \
&& pacman-key --init \
&& pacman-key --recv-key 7A6646A6C14690C0 \
&& pacman-key --lsign-key 7A6646A6C14690C0 \