ソースを参照

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 \

読み込み中…
キャンセル
保存