From 56850ed18a61f53c2a3a2ad0771ebd4af043f850 Mon Sep 17 00:00:00 2001 From: Thomas HENON Date: Fri, 17 Mar 2017 13:23:10 +0100 Subject: [PATCH] add nginx sub module --- stable/alpine/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/stable/alpine/Dockerfile b/stable/alpine/Dockerfile index ec66631a..b196651c 100644 --- a/stable/alpine/Dockerfile +++ b/stable/alpine/Dockerfile @@ -47,6 +47,7 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \ --with-file-aio \ --with-http_v2_module \ --with-ipv6 \ + --with-http_sub_module \ " \ && addgroup -S nginx \ && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx \