mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 18:23:21 +00:00
Update Dockerfile
This commit is contained in:
@@ -12,9 +12,9 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
|
|
||||||
# Update packages and install software
|
# Update packages and install software
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
|
&& apt-get -y install software-properties-common \
|
||||||
&& add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \
|
&& add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get -y install software-properties-common \
|
|
||||||
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc \
|
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user