feature: added lua and perl modules to Dockerfile
Gitea/docker-base-images/nginx-routes/pipeline/head There was a failure building this commit
Details
Gitea/docker-base-images/nginx-routes/pipeline/head There was a failure building this commit
Details
parent
93162143aa
commit
84c7ac2add
|
@ -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!"}
|
||||
|
|
Loading…
Reference in New Issue