From c9539e096dd5ea8e0fa53c8ae96400cb04376330 Mon Sep 17 00:00:00 2001 From: ymind <1490535+yeti-ymind@user.noreply.gitee.com> Date: Fri, 21 Jan 2022 03:32:20 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20nginx-mod-http-headers-mor?= =?UTF-8?q?e=20=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b8c6e981..e63262e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories && apk add --update --no-cache \ nginx \ nginx-mod-stream \ + nginx-mod-http-headers-more \ openjdk8-jre \ net-tools \ curl \ -- Gitee