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 \ wget \
rsync \ rsync \
openssh-client \ openssh-client \
ca-certificates \
git \ git \
curl \ curl \
&& apt-get clean && \ && apt-get clean && \