Add ca-certificates installation to Dockerfile-openresty.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user