mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-31 22:59:39 +02:00
fix
This commit is contained in:
parent
5bba4f99a6
commit
33b0f1f5e7
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user