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 68e9709 commit 818369aCopy full SHA for 818369a
Dockerfile
@@ -51,8 +51,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
51
--add-module=/usr/src/ngx_brotli \
52
--with-http_v3_module \
53
--with-openssl=/usr/src/quiche/deps/boringssl \
54
- --with-quiche=/usr/src/quiche
55
- " \
+ --with-quiche=/usr/src/quiche" \
56
&& addgroup -S nginx \
57
&& adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx \
58
&& apk add --no-cache --virtual .build-deps \
0 commit comments