11 lines
162 B
Docker
11 lines
162 B
Docker
FROM debian:jessie
|
|
|
|
MAINTAINER Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
|
|
|
|
RUN \
|
|
apt-get update && \
|
|
apt-get install -y gprolog
|
|
|
|
WORKDIR /source
|
|
|