From 2232e20b4a48ea617f51511eaa6a6df80cf46138 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 19 Aug 2022 02:45:10 +0200 Subject: [PATCH] chore(docker): adding curl Signed-off-by: rjshrjndrn --- scripts/dockerfiles/nginx/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/dockerfiles/nginx/Dockerfile b/scripts/dockerfiles/nginx/Dockerfile index 7b5301d6a..45fef3550 100644 --- a/scripts/dockerfiles/nginx/Dockerfile +++ b/scripts/dockerfiles/nginx/Dockerfile @@ -1,5 +1,7 @@ FROM openresty/openresty:1.21.4.1-alpine +RUN apk add --no-cache curl + # Adding prometheus monitoring support ADD https://raw.githubusercontent.com/knyar/nginx-lua-prometheus/master/prometheus.lua /usr/local/openresty/lualib/ ADD https://raw.githubusercontent.com/knyar/nginx-lua-prometheus/master/prometheus_keys.lua /usr/local/openresty/lualib/