Skip to content
Snippets Groups Projects
Commit 890d4b99 authored by Markus Frosch's avatar Markus Frosch
Browse files

Add basic C and C++ compiler

parent 8426a7ac
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -25,6 +25,7 @@ RUN yum install -y \
yajl-devel \
libedit-devel \
ccache \
gcc gcc-c++ \
&& yum clean all
RUN groupadd -g 1000 jenkins \
......
......@@ -22,6 +22,7 @@ RUN yum install -y \
yajl-devel \
libedit-devel \
ccache \
gcc gcc-c++ \
&& yum clean all
RUN groupadd -g 1000 jenkins \
......
......@@ -22,6 +22,7 @@ RUN yum install -y \
yajl-devel \
libedit-devel \
ccache \
gcc gcc-c++ \
&& yum clean all
RUN groupadd -g 1000 jenkins \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment