Skip to content

Commit

Permalink
Merge branch 'Submitty:main' into haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
ION606 authored Sep 1, 2024
2 parents 97b074f + 2fbdfbe commit f2dc3ad
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dockerfiles/prolog/8/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM ubuntu:22.04

# Install necessary packages for SWI-Prolog
RUN apt-get update \
&& apt-get -y install swi-prolog=8.4.2+dfsg-2ubuntu1 --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /usr/src/app

CMD ["/bin/bash"]
3 changes: 3 additions & 0 deletions dockerfiles/prolog/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pushLatest": false
}

0 comments on commit f2dc3ad

Please sign in to comment.