File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,19 @@ RUN apk add --no-cache --virtual .build-deps \
4848# CERTIFICATE TRANSPARENCY #
4949# ##################################
5050
51- RUN wget https://github.com/grahamedgecombe/ nginx-ct/archive/v${NGX_VERSION_TRANSPARENCY}. zip \
52- && unzip v${NGX_VERSION_TRANSPARENCY} .zip -d /usr/src \
53- && rm v${NGX_VERSION_TRANSPARENCY} .zip \
54- && echo "CT Downloaded and unzipped"
51+ COPY nginx-ct-1.3.2. zip /tmp/
52+ RUN unzip /tmp/nginx-ct-1.3.2 .zip -d /usr/src \
53+ && rm /tmp/nginx-ct-1.3.2 .zip \
54+ && echo "CT copyed and unzipped"
5555
5656# ##################################
5757# GOOGLE BROTLI #
5858# ##################################
5959
60- RUN wget https://github.com/panascais/ ngx_brotli/archive/${NGX_VERSION_BROTLI}. zip \
61- && unzip ${NGX_VERSION_BROTLI} .zip -d /usr/src \
62- && rm ${NGX_VERSION_BROTLI} .zip \
63- && echo "BROTILI Downloaded and unzipped"
60+ COPY ngx_brotli-1.0.2. zip /tmp/
61+ RUN unzip /tmp/ngx_brotli-1.0.2 .zip -d /usr/src \
62+ && rm /tmp/ngx_brotli-1.0.2 .zip \
63+ && echo "BROTILI copyed and unzipped"
6464
6565# ##################################
6666# TLS Dynamic Reord Sizing #
You can’t perform that action at this time.
0 commit comments