diff --git a/Dockerfile b/Dockerfile index 6f2b0652f..a88f0eea1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update \ && add-apt-repository ppa:transmissionbt/ppa \ && apt-get update \ && apt-get install -y transmission-cli transmission-common transmission-daemon \ - && apt-get install -y openvpn curl rar unrar zip unzip \ + && apt-get install -y openvpn curl rar unrar zip unzip wget \ && curl -sLO https://github.com/Yelp/dumb-init/releases/download/v1.0.1/dumb-init_1.0.1_amd64.deb \ && dpkg -i dumb-init_*.deb \ && rm -rf dumb-init_*.deb \