Skip to content
Snippets Groups Projects
Commit 595ac427 authored by Noah Hilverling's avatar Noah Hilverling
Browse files

Add gcc for golang builds

parent cc01c921
No related branches found
No related tags found
No related merge requests found
Pipeline #18598 passed
...@@ -6,7 +6,7 @@ RUN dnf install -y --allowerasing \ ...@@ -6,7 +6,7 @@ RUN dnf install -y --allowerasing \
sudo wget curl which tar expect git \ sudo wget curl which tar expect git \
patch rpm-build redhat-rpm-config rpmlint \ patch rpm-build redhat-rpm-config rpmlint \
patch ccache make util-linux \ patch ccache make util-linux \
dnf-utils rpmdevtools createrepo \ dnf-utils rpmdevtools createrepo gcc \
&& dnf clean all && dnf clean all
RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \ RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
......
...@@ -6,7 +6,7 @@ RUN dnf install -y --allowerasing \ ...@@ -6,7 +6,7 @@ RUN dnf install -y --allowerasing \
sudo wget curl which tar expect git \ sudo wget curl which tar expect git \
patch rpm-build redhat-rpm-config rpmlint \ patch rpm-build redhat-rpm-config rpmlint \
patch ccache make util-linux \ patch ccache make util-linux \
dnf-utils rpmdevtools createrepo \ dnf-utils rpmdevtools createrepo gcc \
&& dnf clean all && dnf clean all
RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \ RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
......
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