Browse Source

Actually picked the right versions this time.

master
treyzania 4 years ago
parent
commit
7d587ac3f4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -15,7 +15,7 @@ RUN apt-get update \
&& wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add - \
&& echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list \
&& apt-get update \
&& apt-get install -qy sudo deluged=1.3.15-2 deluge-web=1.3.15-2 curl rar \
&& apt-get install -qy sudo deluged=1.3.15-1~xenial~ppa3 deluge-web=1.3.15-1~xenial~ppa3 curl rar \
unrar zip unzip ufw iputils-ping openvpn bc python2.7 python2.7-pysqlite2 \
&& ln -sf /usr/bin/python2.7 /usr/bin/python2 \
&& apt-get install -y tinyproxy telnet \

Loading…
Cancel
Save