From 412fc79b2e0c63913d8083907cd7dad4069e8ebb Mon Sep 17 00:00:00 2001
From: Joao Afonso <joao.afonso@cern.ch>
Date: Wed, 21 Sep 2022 17:34:20 +0200
Subject: [PATCH] Install 'libisa-l_crypto' in
 'doublebuildtree-stage2b-scripts/Dockerfile'

---
 .../ctafrontend/cc7/doublebuildtree-stage2b-scripts/Dockerfile  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/continuousintegration/docker/ctafrontend/cc7/doublebuildtree-stage2b-scripts/Dockerfile b/continuousintegration/docker/ctafrontend/cc7/doublebuildtree-stage2b-scripts/Dockerfile
index 7f7c497fd4..f707f23878 100644
--- a/continuousintegration/docker/ctafrontend/cc7/doublebuildtree-stage2b-scripts/Dockerfile
+++ b/continuousintegration/docker/ctafrontend/cc7/doublebuildtree-stage2b-scripts/Dockerfile
@@ -44,7 +44,7 @@ RUN chmod 744 /etc/rc.local
 ADD ${BASEDIR}/etc/yum/pluginconf.d /etc/yum/pluginconf.d
 
 #Install the libs necessary for EOS to run
-RUN yum install -y eos-protobuf3 libisa-l libisa-l_crypto-devel xxhash-devel grpc
+RUN yum install -y eos-protobuf3 libisa-l libisa-l_crypto libisa-l_crypto-devel xxhash-devel grpc
 
 # disable selinux so that systemd works if the container is booted
 # with an image that already contains selinux
-- 
GitLab