Remove Alpine base from OpenResty image in Dockerfile-openresty.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM openresty/openresty:alpine
|
FROM openresty/openresty
|
||||||
|
|
||||||
RUN apk add --no-cache git curl luarocks \
|
RUN apk add --no-cache git curl luarocks \
|
||||||
&& luarocks install lua-resty-openidc \
|
&& luarocks install lua-resty-openidc \
|
||||||
|
|||||||
Reference in New Issue
Block a user