FROM debian:buster-slim RUN apt update -y && apt upgrade -y && apt install git build-essential -y ENTRYPOINT ["tail", "-f", "/dev/null"]