FROM swipl:latest RUN apt-get update && apt-get install -y swi-prolog-x && apt-get clean WORKDIR /app COPY . /app ENTRYPOINT swipl -g [todo]