cc
This command is an alias of gcc. More information: <https://gcc.gnu.org>.
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