Skip to content
Snippets Groups Projects
Commit 0de0511e authored by akwasniewska's avatar akwasniewska
Browse files

Add ca-certificates to required packages.

Using curl with https requires ca-certificates.

TrivialFix

Change-Id: Idcb78233fcc07fd3d5491e230ed78efc4f9b949f
parent c91e701b
No related branches found
No related tags found
No related merge requests found
......@@ -179,6 +179,7 @@ RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 199369E540
&& apt-get upgrade -y \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends \
ca-certificates \
python \
python-jinja2 \
python-kazoo \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment