Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 01:25:57 -05:00 committed by GitHub
parent 6e751ff481
commit df2e2d7926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ VOLUME /config
# Update packages and install software
RUN apt-get update \
&& apt-get -y install software-properties-common \
&& apt-get install -y qbittorrent-nox openvpn curl \
&& apt-get install -y qbittorrent-nox openvpn curl moreutils \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Add configuration and scripts