mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
use https and get only latest commit with git clone
This commit is contained in:
@ -35,11 +35,11 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a
|
||||
bind-tools \
|
||||
tini@commuedge \
|
||||
&& cd /tmp \
|
||||
&& git clone https://github.com/bagder/libbrotli && cd libbrotli \
|
||||
&& git clone https://github.com/bagder/libbrotli --depth=1 && cd libbrotli \
|
||||
&& ./autogen.sh && ./configure && make -j ${NB_CORES} && make install \
|
||||
&& cd /tmp \
|
||||
&& git clone https://github.com/google/ngx_brotli \
|
||||
&& git clone https://github.com/openresty/headers-more-nginx-module \
|
||||
&& git clone https://github.com/google/ngx_brotli --depth=1 \
|
||||
&& git clone https://github.com/openresty/headers-more-nginx-module --depth=1 \
|
||||
&& LIBRESSL_TARBALL="libressl-${LIBRESSL_VERSION}.tar.gz" \
|
||||
&& wget -q http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${LIBRESSL_TARBALL} \
|
||||
&& echo "Verifying ${LIBRESSL_TARBALL} using GPG..." \
|
||||
|
Reference in New Issue
Block a user