浏览代码

Actually picked the right versions this time.

master
treyzania 4 年前
父节点
当前提交
7d587ac3f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 查看文件

@@ -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 \

正在加载...
取消
保存