make-first-existing-target
utility for directing compilation
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