From 60a445f0590405b6a89ace57e4e8e3d04b0c91d9 Mon Sep 17 00:00:00 2001 From: Mark Hermeling Date: Tue, 31 Aug 2021 01:12:06 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9a6f0d4..b1609a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} RUN yum -y update \ && yum clean all +# add development tools +RUN yum install gcc gcc-c++ make cmake #TO fix CCE-80935-0 -- GitLab