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/