1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-05-31 22:59:39 +02: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 \
&& curl -sSL $SS_URL | tar xz \
&& pushd $SS_DIR \
&& cd $SS_DIR \
&& ./configure \
&& make install \
&& popd \
&& cd .. \
&& rm -rf $SS_DIR \
&& apk del --purge $SS_DEP \
&& rm -rf /var/cache/apk/*