Skip to content

Commit 818369a

Browse files
authored
typo
1 parent 68e9709 commit 818369a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
5151
--add-module=/usr/src/ngx_brotli \
5252
--with-http_v3_module \
5353
--with-openssl=/usr/src/quiche/deps/boringssl \
54-
--with-quiche=/usr/src/quiche
55-
" \
54+
--with-quiche=/usr/src/quiche" \
5655
&& addgroup -S nginx \
5756
&& adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx \
5857
&& apk add --no-cache --virtual .build-deps \

0 commit comments

Comments
 (0)