Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 02:39:28 -05:00 committed by GitHub
parent 9ceff48c7c
commit 3b51353ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 dos2unix \
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Add configuration and scripts