From 07b2bc01927b2ca0d7c492773a350bfc812ee7e2 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 5 Dec 2024 15:14:38 +0100 Subject: [PATCH] Revert "add nginx module" This reverts commit 159487aeca47c0853f78281cb9f71792a440810f. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9371fc0..bc53007 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN adduser -D -g 'www' www # Install required package RUN apk add --no-cache --update \ - nginx --with-http_realip_module \ + nginx \ curl \ tar \ unzip \