Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 01:32:39 -05:00 committed by GitHub
parent dbd15b02e8
commit 6b93c09eb4
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 # 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