mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 18:23:21 +00:00
Update Dockerfile
This commit is contained in:
@@ -16,8 +16,6 @@ RUN yesterdays_date=$(date --date="-1 days ago" +%Y/%m/%d) \
|
|||||||
&& mkdir -p /etc/pacman.d \
|
&& mkdir -p /etc/pacman.d \
|
||||||
&& echo 'Server = https://archive.archlinux.org/repos/'"${yesterdays_date}"'/$repo/os/$arch' > /etc/pacman.d/mirrorlist \
|
&& 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 \
|
&& 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-key --init && pacman-key --populate archlinux \
|
||||||
&& pacman -S grep net-tools --noconfirm \
|
&& pacman -S grep net-tools --noconfirm \
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user