Commit 3e30efd5 authored by Geoff Simmons's avatar Geoff Simmons

Install Debian ca-certificates in the haproxy container.

parent 37e3b3a4
......@@ -26,6 +26,7 @@ ARG haproxy_version=2.2.9-2+deb11u2
RUN apt-get update -q && \
apt-get install -y -q haproxy=${haproxy_version} && \
apt-get install -y -q ca-certificates && \
apt-get install -y -q procps && \
apt-get autoremove -y -q && apt-get clean && \
rm -rf /var/lib/apt/lists/* && rm -rf /etc/haproxy/errors && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment