File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99
1010env :
1111 global :
12- - SS_VER=3.0.8
12+ - SS_VER=3.1.0
1313 - SS_DEB=shadowsocks-libev_${SS_VER}-1_amd64.deb
1414 matrix :
1515 - URL=https://www.facebook.com/
Original file line number Diff line number Diff line change 55FROM alpine
66MAINTAINER EasyPi Software Foundation
77
8- ENV SS_VER 3.0.8
8+ ENV SS_VER 3.1.0
99ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
1010ENV SS_DIR shadowsocks-libev-$SS_VER
1111
1212RUN set -ex \
13- && apk add --no-cache libcrypto1.0 \
13+ && apk add --no-cache c-ares \
14+ libcrypto1.0 \
1415 libev \
1516 libsodium \
1617 mbedtls \
1718 pcre \
18- udns \
1919 && apk add --no-cache \
2020 --virtual TMP autoconf \
2121 automake \
2222 build-base \
23+ c-ares-dev \
2324 curl \
2425 gettext-dev \
2526 libev-dev \
@@ -30,7 +31,6 @@ RUN set -ex \
3031 openssl-dev \
3132 pcre-dev \
3233 tar \
33- udns-dev \
3434 && curl -sSL $SS_URL | tar xz \
3535 && cd $SS_DIR \
3636 && curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
Original file line number Diff line number Diff line change 55FROM easypi/alpine-arm:build
66MAINTAINER EasyPi Software Foundation
77
8- ENV SS_VER 3.0.8
8+ ENV SS_VER 3.1.0
99ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
1010ENV SS_DIR shadowsocks-libev-$SS_VER
1111
1212RUN set -ex \
13- && apk add --no-cache libcrypto1.0 \
13+ && apk add --no-cache c-ares \
14+ libcrypto1.0 \
1415 libev \
1516 libsodium \
1617 mbedtls \
1718 pcre \
18- udns \
1919 && apk add --no-cache \
2020 --virtual TMP autoconf \
2121 automake \
2222 build-base \
23+ c-ares-dev \
2324 curl \
2425 gettext-dev \
2526 libev-dev \
@@ -30,7 +31,6 @@ RUN set -ex \
3031 openssl-dev \
3132 pcre-dev \
3233 tar \
33- udns-dev \
3434 && curl -sSL $SS_URL | tar xz \
3535 && cd $SS_DIR \
3636 && curl -sSL https://github.com/shadowsocks/ipset/archive/shadowsocks.tar.gz | tar xz --strip 1 -C libipset \
You can’t perform that action at this time.
0 commit comments