UNCLASSIFIED

Commit c5c32f9f authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Merge branch 'tools-add' into 'development'

Tools add

See merge request !19
parents da4ab249 b86d4710
Pipeline #456062 passed with stages
in 33 minutes and 25 seconds
......@@ -12,6 +12,8 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
RUN yum -y update \
&& yum clean all
# add development tools
RUN yum -y install gcc gcc-c++ make cmake automake autoconf libtool
#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