FROM $IMAGE_NAME:$IMAGE_TAG as builder
RUN apt update \
&& apt upgrade \
&& apt install --yes \
make \
build-essential \
csh