add ca-certificates

This commit is contained in:
2020-07-08 13:56:00 +00:00
parent bdf058e789
commit 5f93f36c1e

View File

@ -6,7 +6,7 @@ LABEL HubImageName="wollud1969/httpdispatcher"
RUN \
apt update && \
apt install -y curl && \
apt install -y ca-certificates curl && \
sed -i \
-e 's,^#\(LoadModule proxy_module modules/mod_proxy.so\),\1,' \
-e 's,^#\(LoadModule proxy_http_module modules/mod_proxy_http.so\),\1,' \