Remove Alpine base from OpenResty image in Dockerfile-openresty.

This commit is contained in:
2025-06-09 11:02:10 +02:00
parent aea5e98126
commit 8adcef6925

View File

@@ -1,4 +1,4 @@
FROM openresty/openresty:alpine
FROM openresty/openresty
RUN apk add --no-cache git curl luarocks \
&& luarocks install lua-resty-openidc \