Add ca-certificates to required packages.
Using curl with https requires ca-certificates. TrivialFix Change-Id: Idcb78233fcc07fd3d5491e230ed78efc4f9b949f
This commit is contained in:
parent
c91e701b0a
commit
0de0511e3b
@ -179,6 +179,7 @@ RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 199369E540
|
|||||||
&& apt-get upgrade -y \
|
&& apt-get upgrade -y \
|
||||||
&& apt-get dist-upgrade -y \
|
&& apt-get dist-upgrade -y \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
ca-certificates \
|
||||||
python \
|
python \
|
||||||
python-jinja2 \
|
python-jinja2 \
|
||||||
python-kazoo \
|
python-kazoo \
|
||||||
|
Loading…
Reference in New Issue
Block a user