From 84c7ac2add59d4d98b0dc96ae334afd20ec99e02 Mon Sep 17 00:00:00 2001 From: amorozov Date: Fri, 8 Sep 2023 01:26:28 +0300 Subject: [PATCH] feature: added lua and perl modules to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 112dd9f..01ca535 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ${BASE_IMAGE} # Install ping and ip RUN apt update && \ - apt install -y iproute2 iputils-ping + apt install -y iproute2 iputils-ping libnginx-mod-http-perl libnginx-mod-http-lua # Default nginx proxy envs ENV NGINX_PROXY_SOURCE_PORT=${NGINX_PROXY_SOURCE_PORT:-"Please configure NGINX_PROXY_SOURCE_PORT env!"}