From df2e2d7926a8fdac84490b9193170d021069419d Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 01:25:57 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba8caec..008d9a8 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 \ + && 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