diff --git a/continuousintegration/docker/ctafrontend/cc7/doublebuildtree-stage2b-scripts/Dockerfile b/continuousintegration/docker/ctafrontend/cc7/doublebuildtree-stage2b-scripts/Dockerfile
index 89ccd66f57c732ce24bacafd2f93efccd625290a..bf60facf99b0ad1fa865a811b6c32eaf7c734e23 100644
--- a/continuousintegration/docker/ctafrontend/cc7/doublebuildtree-stage2b-scripts/Dockerfile
+++ b/continuousintegration/docker/ctafrontend/cc7/doublebuildtree-stage2b-scripts/Dockerfile
@@ -27,7 +27,7 @@ FROM buildtree-runner-stage1
 ENV ORCHESTRATIONDIR="continuousintegration/orchestration/pods" \
     LOCALORCHESTRATIONDIR="/opt/ci" \
     BASEDIR="continuousintegration/docker/ctafrontend/cc7" \
-    CTAREPODIR="/tmp/repo"
+    CTAREPODIR="/tmp/repo" 
 
 # Add pod specific configuration
 ADD ${BASEDIR}/config ${LOCALORCHESTRATIONDIR}
@@ -45,6 +45,12 @@ ADD ${BASEDIR}/rc.local /etc/rc.d
 # Make sure it can be executed by root
 RUN chmod 744 /etc/rc.local
 
+# Update versionlock if needed
+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
+
 # disable selinux so that systemd works if the container is booted
 # with an image that already contains selinux
 ADD ${BASEDIR}/etc_selinux_config /etc/selinux/config