Skip to content

Commit

Permalink
Stay on Isolate v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mraron committed Apr 7, 2024
1 parent bdd1a83 commit 27e1729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/judge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PROJECT_NAME
FROM ubuntu:22.04 as judge_deps
RUN apt-get update && apt-get install -y wget gcc g++ git build-essential libcap-dev
WORKDIR /app
RUN git clone https://github.com/ioi/isolate.git
RUN git clone --depth 1 --branch v1.10.1 https://github.com/ioi/isolate.git
WORKDIR /app/isolate
RUN make isolate

Expand Down

0 comments on commit 27e1729

Please sign in to comment.