From 6f5337896bc974801c2e2d4c054373c9597f8565 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 11 May 2024 21:48:28 +0300
Subject: [PATCH] fixup! Nginx: Update the image and use the slim variant.

---
 nginx/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nginx/Dockerfile b/nginx/Dockerfile
index 09257f7..a24c3c5 100644
--- a/nginx/Dockerfile
+++ b/nginx/Dockerfile
@@ -2,7 +2,7 @@ FROM docker.io/nginx:1.26.0-alpine-slim
 # hadolint ignore=DL3018
 RUN rm -rf /etc/nginx/conf.d/* && \
     chmod 777 /run && \
-    apk add --no-cache --update libcap openssl && \
+    apk add --no-cache --update curl libcap openssl && \
     curl https://letsencrypt.org/certs/isrg-root-ocsp-x1.pem.txt > /etc/ssl/ocsp.pem && \
     mkdir /var/ssl &&\
     curl https://ssl-config.mozilla.org/ffdhe2048.txt > /var/ssl/dhparams &&\
-- 
GitLab