Skip to content

Commit 1c37ae0

Browse files
committed
upload ct and brotli from local
1 parent 811e30d commit 1c37ae0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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 #

nginx-ct-1.3.2.zip

12.2 KB
Binary file not shown.

ngx_brotli-1.0.2.zip

482 KB
Binary file not shown.

0 commit comments

Comments
 (0)