소스 검색

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 \

Loading…
취소
저장