Update Dockerfile

This commit is contained in:
MarkusMcNugen
2018-02-12 01:16:20 -05:00
committed by GitHub
parent 060502073c
commit 051b48ff78

View File

@@ -16,7 +16,7 @@ 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 \
&& pacman-db-upgrade
&& pacman-db-upgrade \
&& pacman -S grep net-tools --noconfirm \
RUN usermod -u 99 nobody