FROM debian:latest MAINTAINER Wolfgang Hottgenroth RUN \ apt-get update && \ apt-get install -y make && \ apt-get install -y openssh-client && \ apt-get install -y git && \ rm -rf /var/lib/apt/lists/*