FROM debian:latest RUN apt-get update -y && apt-get install -y build-essential CMD ["make"] WORKDIR "/source"