Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ION606 authored Aug 30, 2024
1 parent 41c289d commit 66b58f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dockerfiles/prolog/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ RUN apt-get update \
libgmp-dev \
libssl-dev \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

# Install SWI-Prolog
RUN apt-get update \
&& apt-get install -y swi-prolog \
swi-prolog \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /usr/src/app
Expand Down

0 comments on commit 66b58f2

Please sign in to comment.