We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5de1e commit 7a584afCopy full SHA for 7a584af
Dockerfile
@@ -69,7 +69,13 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
69
libxslt-dev \
70
gd-dev \
71
geoip-dev \
72
+ && apk add --no-cache --virtual .brotli-build-deps \
73
+ autoconf \
74
+ libtool \
75
+ automake \
76
git \
77
+ g++ \
78
+ cmake \
79
&& mkdir -p /usr/src \
80
&& cd /usr/src \
81
&& echo "Downloading Nginx" \
@@ -140,6 +146,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
140
146
)" \
141
147
&& apk add --no-cache --virtual .nginx-rundeps $runDeps \
142
148
&& apk del .build-deps \
149
+ && apk del .brotli-build-deps \
143
150
&& apk del .gettext \
144
151
&& mv /tmp/envsubst /usr/local/bin/ \
145
152
\
0 commit comments