Skip to content

Commit

Permalink
Bump openjdk from 17 to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
StableAgOH authored Sep 20, 2023
1 parent 80132fa commit adf6fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gcc:13
ARG sandbox_version=1.6.10
ADD https://github.com/criyle/go-judge/releases/download/v${sandbox_version}/executorserver_${sandbox_version}_linux_amd64 /usr/bin/sandbox
RUN apt-get -qq update && \
apt-get install -qq -y pypy3 openjdk-17-jdk-headless nodejs yarnpkg && \
apt-get install -qq -y pypy3 openjdk-11-jdk-headless nodejs yarnpkg && \
update-alternatives --install /usr/bin/yarn yarn /usr/bin/yarnpkg 100 && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
chmod +x /usr/bin/sandbox

0 comments on commit adf6fea

Please sign in to comment.