From 7619a4b8f8f5db8f35365fd15afce4741c17f541 Mon Sep 17 00:00:00 2001 From: amorozov Date: Fri, 8 Sep 2023 01:28:28 +0300 Subject: [PATCH] feature: added nginx-abi-1.22.1-7 package to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 01ca535..ef3cb8f 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 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 ENV NGINX_PROXY_SOURCE_PORT=${NGINX_PROXY_SOURCE_PORT:-"Please configure NGINX_PROXY_SOURCE_PORT env!"}