UNCLASSIFIED

Commit 60a445f0 authored by Mark Hermeling's avatar Mark Hermeling
Browse files

Update Dockerfile

parent da4ab249
Pipeline #451889 canceled with stages
in 10 minutes and 43 seconds
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment