Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauntlet173 committed Nov 1, 2024
1 parent 3de892f commit 6a717b1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM swipl:latest as prolog

FROM python:latest

FROM python:3.10

ENV DEBIAN_FRONTEND=noninteractive

Expand All @@ -16,7 +15,14 @@ RUN set -eux; \
apt-get install -y --no-install-recommends \
git \
npm \
libtcmalloc-minimal4
libtcmalloc-minimal4 \
libarchive13 \
libxml2-dev \
libxslt1-dev \
gcc \
wget \
unzip


WORKDIR /app

Expand Down

0 comments on commit 6a717b1

Please sign in to comment.