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
20e6b2faa3
commit
8da0ae1b2d
@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
# Update packages and install software
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install software-properties-common \
|
||||
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools \
|
||||
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
# Add configuration and scripts
|
||||
|
Loading…
Reference in New Issue
Block a user