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 \
|
||||
git \
|
||||
curl \
|
||||
luarocks
|
||||
luarocks \
|
||||
ca-certificates
|
||||
|
||||
# Install Lua packages
|
||||
RUN luarocks install lua-resty-openidc
|
||||
|
||||
Reference in New Issue
Block a user