mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update Dockerfile
This commit is contained in:
parent
dbd15b02e8
commit
6b93c09eb4
@ -11,7 +11,7 @@ VOLUME /config
|
|||||||
# 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 \
|
&& apt-get -y install software-properties-common \
|
||||||
&& apt-get install -y qbittorrent-nox openvpn curl moreutils \
|
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
# Add configuration and scripts
|
# Add configuration and scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user