Skip to content

Commit be8721b

Browse files
Michael Vasseurvmcj
authored andcommitted
Install lsof in judgehost containers
Fix #159
1 parent 65f98d7 commit be8721b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-contributor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt update \
2424
nginx php8.1 php8.1-cli php8.1-fpm php8.1-zip \
2525
php8.1-gd php8.1-curl php8.1-mysql php8.1-intl \
2626
php8.1-gmp php8.1-xml php8.1-mbstring php8.1-xdebug php8.1-pcov \
27-
bsdmainutils ntp \
27+
bsdmainutils ntp lsof \
2828
linuxdoc-tools linuxdoc-tools-text groff \
2929
python3-sphinx python3-sphinx-rtd-theme python3-pip fontconfig python3-yaml \
3030
texlive-latex-recommended texlive-latex-extra \

docker/judgehost/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1414
RUN apt update \
1515
&& apt install --no-install-recommends --no-install-suggests -y \
1616
dumb-init \
17-
acl zip unzip supervisor sudo procps libcgroup2 \
17+
acl lsof zip unzip supervisor sudo procps libcgroup2 \
1818
php-cli php-zip php-gd php-curl php-mysql php-json \
1919
php-gmp php-xml php-mbstring python3 \
2020
gcc g++ default-jre-headless default-jdk ghc fp-compiler \

0 commit comments

Comments
 (0)