make
Task runner for targets described in Makefile. Mostly used to control the compilation of an executable from source code. More information: <https://www.gnu.org/software/make/manual/make.html>.
RUN apt-get update && \
apt-get install -y make
RUN apt-get update && \
apt-get install -y make
RUN apk add make
RUN pacman -S --noconfirm make
RUN apt-get update && \
apt-get install -y make
RUN yum install -y make
RUN dnf install -y make
RUN apt-get update && \
apt-get install -y make