We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6414d77 commit 97b6165Copy full SHA for 97b6165
1 file changed
Dockerfile
@@ -14,7 +14,7 @@ ENV IMAGE_NAME=EEA-docker-generic-v2.1 \
14
15
16
RUN set -e \
17
- && apk add --no-cache --update build-base linux-headers \
+ && apk add --no-cache --update build-base linux-headers ca-certificates \
18
&& pip install python-openstackclient==2.3.0 \
19
&& apk del --purge build-base linux-headers \
20
&& rm -f /var/cache/apk/*
0 commit comments