Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-12 01:01:44 -05:00 committed by GitHub
parent 14f1465a81
commit 90d26e2d13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,6 @@ RUN yesterdays_date=$(date --date="-1 days ago" +%Y/%m/%d) \
&& mkdir -p /etc/pacman.d \
&& echo 'Server = https://archive.archlinux.org/repos/'"${yesterdays_date}"'/$repo/os/$arch' > /etc/pacman.d/mirrorlist \
&& echo 'Server = http://archive.virtapi.org/repos/'"${yesterdays_date}"'/$repo/os/$arch' >> /etc/pacman.d/mirrorlist \
&& rm -rf /etc/pacman.d/gnupg/ /root/.gnupg/ || true \
&& gpg --refresh-keys \
&& pacman-key --init && pacman-key --populate archlinux \
&& pacman -S grep net-tools --noconfirm \