add ca-certificates
This commit is contained in:
parent
87d3fefdf9
commit
2834d1bf64
1 changed files with 1 additions and 0 deletions
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in a new issue