gnatmake
A low-level build tool for Ada programs (part of the GNAT toolchain). More information: <https://gcc.gnu.org/onlinedocs/gnat_ugn/Building-with-gnatmake.html>.
RUN apt-get update && \
apt-get install -y gnat-4.6
RUN apt-get update && \
apt-get install -y gnat-4.8
RUN apk add gcc-gnat
RUN pacman -S --noconfirm gcc-ada
RUN apt-get update && \
apt-get install -y gnat-8
RUN yum install -y gcc-gnat
RUN dnf install -y gcc-gnat
RUN apt-get update && \
apt-get install -y gnat-4.6