From 19ce1ed6e5edb4dd587449dc3f1eb5545580fb53 Mon Sep 17 00:00:00 2001 From: Pynx Echaup <33941693+echaupynx@users.noreply.github.com> Date: Thu, 19 Jul 2018 15:28:36 +0200 Subject: [PATCH] Update Dockerfile Install needed tools from dragfly --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 0d147ee8e..8101227fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,10 @@ RUN apt-get update \ && useradd -u 911 -U -d /config -s /bin/false abc \ && usermod -G users abc +RUN apt-get update \ + && apt-get install -y curl \ + && apt-get install -y jq + ADD openvpn/ /etc/openvpn/ ADD transmission/ /etc/transmission/ ADD tinyproxy /opt/tinyproxy/