x86_64-redhat-linux-gcc-8
GNU C compiler
RUN apt-get update && \
apt-get install -y gcc
RUN apt-get update && \
apt-get install -y gcc
RUN apk add gcc
RUN pacman -S --noconfirm gcc
RUN apt-get update && \
apt-get install -y gcc
RUN yum install -y gcc
RUN dnf install -y gcc
RUN apt-get update && \
apt-get install -y gcc