This commit is contained in:
Jeremy Andrews
2018-01-01 13:38:25 +13:00
parent 87c548d767
commit ef66e85f34
6 changed files with 10 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ RUN apt-get update \
&& apt-get update \
&& apt-get install -y transmission-cli transmission-common transmission-daemon \
&& apt-get install -y openvpn curl rar unrar zip unzip wget \
&& apt-get install -y tinyproxy telnet\
&& apt-get install -y tinyproxy telnet \
&& 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 \