From a874eabbe04929d2c1d80b6ee04ba14f390f6a66 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 02:49:21 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23e5508..03a26ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 kmod iptables \ + && apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # Add configuration and scripts