From b0253f8a72d750a6d7e9bacf095918fed0256a5b Mon Sep 17 00:00:00 2001
From: Jakob Kaiser <jakob.kaiser@kip.uni-heidelberg.de>
Date: Wed, 17 Apr 2024 06:47:20 +0000
Subject: [PATCH] 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
---
 share/yashchiki/styles/asic/create_recipe.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/share/yashchiki/styles/asic/create_recipe.sh b/share/yashchiki/styles/asic/create_recipe.sh
index d7595879..25821ae0 100755
--- a/share/yashchiki/styles/asic/create_recipe.sh
+++ b/share/yashchiki/styles/asic/create_recipe.sh
@@ -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 \
-- 
GitLab