feature: added nginx-abi-1.22.1-7 package to Dockerfile
Gitea/docker-base-images/nginx-routes/pipeline/head There was a failure building this commit Details

release-0.0.12
amorozov 2023-09-08 01:28:28 +03:00
parent 84c7ac2add
commit 7619a4b8f8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ FROM ${BASE_IMAGE}
# Install ping and ip # Install ping and ip
RUN apt update && \ RUN apt update && \
apt install -y iproute2 iputils-ping libnginx-mod-http-perl libnginx-mod-http-lua apt install -y iproute2 iputils-ping nginx-abi-1.22.1-7 libnginx-mod-http-perl libnginx-mod-http-lua
# Default nginx proxy envs # Default nginx proxy envs
ENV NGINX_PROXY_SOURCE_PORT=${NGINX_PROXY_SOURCE_PORT:-"Please configure NGINX_PROXY_SOURCE_PORT env!"} ENV NGINX_PROXY_SOURCE_PORT=${NGINX_PROXY_SOURCE_PORT:-"Please configure NGINX_PROXY_SOURCE_PORT env!"}