2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01:00
This commit is contained in:
kev
2015-07-16 17:25:40 +08:00
parent 5bba4f99a6
commit 33b0f1f5e7

View File

@@ -12,10 +12,10 @@ ENV SS_DEP autoconf build-base curl libtool linux-headers openssl-dev
RUN apk add --update $SS_DEP \ RUN apk add --update $SS_DEP \
&& curl -sSL $SS_URL | tar xz \ && curl -sSL $SS_URL | tar xz \
&& pushd $SS_DIR \ && cd $SS_DIR \
&& ./configure \ && ./configure \
&& make install \ && make install \
&& popd \ && cd .. \
&& rm -rf $SS_DIR \ && rm -rf $SS_DIR \
&& apk del --purge $SS_DEP \ && apk del --purge $SS_DEP \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*