feature: added lua and perl modules to Dockerfile
Gitea/docker-base-images/nginx-routes/pipeline/head There was a failure building this commit Details

release-0.0.11
amorozov 2023-09-08 01:26:28 +03:00
parent 93162143aa
commit 84c7ac2add
1 changed files with 1 additions and 1 deletions

View File

@ -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!"}