tcc
A tiny C compiler that can run C source files as scripts and otherwise has command-line options similar to gcc. More information: <https://bellard.org/tcc/tcc-doc.html>.
RUN apt-get update && \
apt-get install -y tcc
RUN apt-get update && \
apt-get install -y tcc
RUN pacman -S --noconfirm tcc
RUN apt-get update && \
apt-get install -y tcc
RUN apt-get update && \
apt-get install -y tcc