Skip to content

Commit

Permalink
chore: fix workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Nov 3, 2023
1 parent b3ea0a4 commit 9d585ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ RUN ninja && ninja install
WORKDIR /
ARG SWIPL_COMMIT
RUN git clone https://github.com/SWI-Prolog/swipl-devel

WORKDIR /swipl-devel
RUN git checkout $SWIPL_COMMIT
RUN cd swipl-devel && git submodule update --init --depth 1 -j 100 \
RUN git submodule update --init --depth 1 -j 100 \
packages/chr packages/clib packages/clpqr packages/http packages/nlp \
packages/pcre packages/plunit packages/sgml packages/RDF \
packages/semweb packages/zlib
Expand Down

0 comments on commit 9d585ec

Please sign in to comment.