initial
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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
|
||||
|
Reference in New Issue
Block a user