mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
Update Dockerfile
This commit is contained in:
parent
90d26e2d13
commit
6ecc4d9fa2
@ -12,13 +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-key --init && pacman-key --populate archlinux \
|
||||
&& pacman -S grep net-tools --noconfirm \
|
||||
|
||||
RUN usermod -u 99 nobody
|
||||
|
||||
# copy patches
|
||||
|
Loading…
Reference in New Issue
Block a user