File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 55FROM alpine
66MAINTAINER EasyPi Software Foundation
77
8- ENV SS_VER 3.0.3
8+ ENV SS_VER 3.0.4
99ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
1010ENV SS_DIR shadowsocks-libev-$SS_VER
1111
Original file line number Diff line number Diff line change 55FROM easypi/alpine-arm
66MAINTAINER EasyPi Software Foundation
77
8- ENV SS_VER 3.0.3
8+ ENV SS_VER 3.0.4
99ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
1010ENV SS_DIR shadowsocks-libev-$SS_VER
1111
Original file line number Diff line number Diff line change 55FROM debian:jessie
66MAINTAINER EasyPi Software Foundation
77
8- ENV SS_VER 3.0.3
8+ ENV SS_VER 3.0.4
99ENV SS_DIR shadowsocks-libev-${SS_VER}
1010ENV SS_DEB shadowsocks-libev_${SS_VER}-1_amd64.deb
1111ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v${SS_VER}.tar.gz
1212
1313RUN set -xe \
14+ && echo 'deb http://ftp.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list \
1415 && apt-get update \
16+ && apt-get install -y -t jessie-backports debhelper \
1517 && apt-get install -y apg \
1618 asciidoc \
1719 autoconf \
1820 build-essential \
1921 curl \
20- debhelper \
2122 dh-systemd \
2223 gawk \
2324 gettext \
@@ -58,7 +59,6 @@ RUN set -xe \
5859 && apt-get remove -y asciidoc \
5960 autoconf \
6061 build-essential \
61- debhelper \
6262 dh-systemd \
6363 gawk \
6464 gettext \
@@ -71,6 +71,7 @@ RUN set -xe \
7171 pkg-config \
7272 xmlto \
7373 zlib1g-dev \
74+ && apt-get remove -y -t jessie-backports debhelper \
7475 && rm -rf /var/lib/apt/lists/*
7576
7677EXPOSE 8388/tcp 8388/udp
Original file line number Diff line number Diff line change 55FROM resin/rpi-raspbian
66MAINTAINER EasyPi Software Foundation
77
8- ENV SS_VER 3.0.3
8+ ENV SS_VER 3.0.4
99ENV SS_DIR shadowsocks-libev-${SS_VER}
1010ENV SS_DEB shadowsocks-libev_${SS_VER}-1_armhf.deb
1111ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v${SS_VER}.tar.gz
You can’t perform that action at this time.
0 commit comments