From e91388a8dcc166c3dfdfb14d9fc8c3062dcd0372 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Mon, 9 Jun 2025 11:21:29 +0200 Subject: [PATCH] Add `ca-certificates` installation to `Dockerfile-openresty`. --- Dockerfile-openresty | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile-openresty b/Dockerfile-openresty index 4595435..82f2158 100644 --- a/Dockerfile-openresty +++ b/Dockerfile-openresty @@ -5,7 +5,8 @@ RUN apt-get update && \ apt-get install -y --no-install-recommends \ git \ curl \ - luarocks + luarocks \ + ca-certificates # Install Lua packages RUN luarocks install lua-resty-openidc