From 7ea78e52169992c7a8ee542c71a615bb67c1e010 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 9 Dec 2020 11:31:07 +0100
Subject: [PATCH] Add docker to the base image to add docker-compose

---
 ci/Dockerfile_ci_base | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/Dockerfile_ci_base b/ci/Dockerfile_ci_base
index c1bf577e8..d554acfa0 100644
--- a/ci/Dockerfile_ci_base
+++ b/ci/Dockerfile_ci_base
@@ -5,4 +5,4 @@
 #
 FROM centos:centos7.6.1810 
 
-RUN yum -y install make
+RUN yum -y install make docker
-- 
GitLab