This commit is contained in:
2019-02-16 23:21:02 +01:00
commit 9c9cfae89e
3 changed files with 34 additions and 0 deletions

12
Dockerfile Normal file
View File

@ -0,0 +1,12 @@
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/*