g++
Compiles C++ source files. Part of GCC (GNU Compiler Collection). More information: <https://gcc.gnu.org>.
RUN apt-get update && \
apt-get install -y g++
RUN apt-get update && \
apt-get install -y g++
RUN apk add g++
RUN pacman -S --noconfirm g++
RUN apt-get update && \
apt-get install -y g++
RUN yum install -y gcc-c++
RUN dnf install -y icecream
RUN apt-get update && \
apt-get install -y g++