Skip to content

Commit 6d798d6

Browse files
committed
use debian:jessie-backports as base image
1 parent d6f3fe4 commit 6d798d6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile.debian

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Dockerfile for shadowsocks-libev
33
#
44

5-
FROM debian:jessie
5+
FROM debian:jessie-backports
66
MAINTAINER EasyPi Software Foundation
77

88
ENV 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 \

Dockerfile.debian.arm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)