File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ RUN useradd -d /nonexistent -g nogroup -s /bin/false domjudge-run-0
7
7
RUN useradd -d /nonexistent -g nogroup -s /bin/false domjudge-run-1
8
8
RUN groupadd domjudge-run
9
9
10
- RUN apt-get update && apt-get install -y \
10
+ RUN apt-add-repository ppa:pypy/ppa -y \
11
+ apt-get update && apt-get -y install \
11
12
acl make zip unzip apache2-utils bsdmainutils libcurl4-gnutls-dev \
12
13
libjsoncpp-dev libmagic-dev autoconf automake bats sudo debootstrap procps \
13
14
gcc g++ default-jre-headless default-jdk-headless ghc fp-compiler libcgroup-dev \
Original file line number Diff line number Diff line change 1
- FROM ubuntu:20 .04
1
+ FROM ubuntu:24 .04
2
2
ENV DEBIAN_FRONTEND=noninteractive
3
- RUN apt-get update && apt-get -y install \
3
+ RUN apt-add-repository ppa:pypy/ppa -y \
4
+ apt-get update && apt-get -y install \
4
5
ca-certificates default-jre-headless pypy3 locales \
5
6
&& rm -rf /var/lib/apt/lists/*
6
7
You can’t perform that action at this time.
0 commit comments