File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 22# Dockerfile for shadowsocks-libev
33#
44
5- FROM debian:jessie
5+ FROM debian:jessie-backports
66MAINTAINER EasyPi Software Foundation
77
88ENV SS_VER 2.6.3
@@ -39,7 +39,6 @@ RUN set -xe \
3939 zlib1g-dev \
4040 && curl -sSL ${SS_URL} | tar xz \
4141 && cd ${SS_DIR} \
42- && curl -sSL https://github.com/shadowsocks/shadowsocks-libev/raw/master/src/encrypt.c > src/encrypt.c \
4342 && curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
4443 && curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
4544 && ./autogen.sh \
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ RUN set -xe \
3939 zlib1g-dev \
4040 && curl -sSL ${SS_URL} | tar xz \
4141 && cd ${SS_DIR} \
42- && curl -sSL https://github.com/shadowsocks/shadowsocks-libev/raw/master/src/encrypt.c > src/encrypt.c \
4342 && curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
4443 && curl -sSL https://github.com/shadowsocks/libcork/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libcork \
4544 && ./autogen.sh \
You can’t perform that action at this time.
0 commit comments