Skip to content

Commit 97b6165

Browse files
author
charliefd
committed
adding ca-certificates to the base image
1 parent 6414d77 commit 97b6165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV IMAGE_NAME=EEA-docker-generic-v2.1 \
1414

1515

1616
RUN set -e \
17-
&& apk add --no-cache --update build-base linux-headers \
17+
&& apk add --no-cache --update build-base linux-headers ca-certificates \
1818
&& pip install python-openstackclient==2.3.0 \
1919
&& apk del --purge build-base linux-headers \
2020
&& rm -f /var/cache/apk/*

0 commit comments

Comments
 (0)