Add ca-certificates installation to Dockerfile-openresty.

This commit is contained in:
2025-06-09 11:21:29 +02:00
parent caab666f06
commit e91388a8dc

View File

@@ -5,7 +5,8 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
git \ git \
curl \ curl \
luarocks luarocks \
ca-certificates
# Install Lua packages # Install Lua packages
RUN luarocks install lua-resty-openidc RUN luarocks install lua-resty-openidc