base-build-env/Dockerfile
2019-02-16 23:21:02 +01:00

13 lines
250 B
Docker

FROM debian:latest
MAINTAINER Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
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/*