c99
Compiles C programs according to the ISO C standard. More information: <https://manned.org/c99>.
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