add ca-certificates

This commit is contained in:
Michael Grote 2023-06-28 14:25:24 +02:00
parent 87d3fefdf9
commit 2834d1bf64

View file

@ -9,6 +9,7 @@ RUN apt-get update && \
wget \
rsync \
openssh-client \
ca-certificates \
git \
curl \
&& apt-get clean && \