From 6b93c09eb4104fc6624762e559e1117fb86dfce8 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 01:32:39 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 008d9a8..75f8d7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 moreutils \ + && apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # Add configuration and scripts