From 818369a24d4ba6a35e54ff2133ad84bdcf3ebe78 Mon Sep 17 00:00:00 2001 From: cDR Date: Fri, 18 Oct 2019 13:27:23 +0200 Subject: [PATCH] typo --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c71cd2..f6fdaad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,8 +51,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ --add-module=/usr/src/ngx_brotli \ --with-http_v3_module \ --with-openssl=/usr/src/quiche/deps/boringssl \ - --with-quiche=/usr/src/quiche - " \ + --with-quiche=/usr/src/quiche" \ && addgroup -S nginx \ && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx \ && apk add --no-cache --virtual .build-deps \