Skip to content
Snippets Groups Projects
Commit b0253f8a authored by Jakob Kaiser's avatar Jakob Kaiser
Browse files

chore: install ca-certificates in centos base image

due to outdated certificates building the base image did no longer work.
We need to update them manually.

Change-Id: I7410eb7e9816c45aafd4d76970d4b4fc11269f90
parent db4db6de
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,9 @@ From: ${DOCKER_BASE_IMAGE}
# EPEL is needed for fuse-sshfs and jq
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# certificates of the base image are outdated -> manually install ca-certificates
yum install -y ca-certificates
yum -y install \
apr-util \
autoconf \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment