Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-12 01:22:29 -05:00 committed by GitHub
parent 71b3e6558d
commit 614e4f71e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,6 @@ RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community/" >> /etc/apk/reposi
&& echo "http://dl-4.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories \
&& apk add --update coreutils bash openvpn iptables shadow boost-system boost-thread ca-certificates unrar findutils perl gawk pacman
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 -S grep net-tools --noconfirm \
RUN usermod -u 99 nobody
# copy patches