This commit is contained in:
2019-03-18 15:04:22 +01:00
commit b3c3632394
3 changed files with 33 additions and 0 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM debian:latest
MAINTAINER Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
RUN \
apt-get update && \
apt-get install -y gprolog
WORKDIR /source