Skip to content

Commit

Permalink
Install lsof in judgehost containers
Browse files Browse the repository at this point in the history
Fix #159
  • Loading branch information
Michael Vasseur authored and vmcj committed Nov 11, 2023
1 parent 65f98d7 commit be8721b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-contributor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt update \
nginx php8.1 php8.1-cli php8.1-fpm php8.1-zip \
php8.1-gd php8.1-curl php8.1-mysql php8.1-intl \
php8.1-gmp php8.1-xml php8.1-mbstring php8.1-xdebug php8.1-pcov \
bsdmainutils ntp \
bsdmainutils ntp lsof \
linuxdoc-tools linuxdoc-tools-text groff \
python3-sphinx python3-sphinx-rtd-theme python3-pip fontconfig python3-yaml \
texlive-latex-recommended texlive-latex-extra \
Expand Down
2 changes: 1 addition & 1 deletion docker/judgehost/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
RUN apt update \
&& apt install --no-install-recommends --no-install-suggests -y \
dumb-init \
acl zip unzip supervisor sudo procps libcgroup2 \
acl lsof zip unzip supervisor sudo procps libcgroup2 \
php-cli php-zip php-gd php-curl php-mysql php-json \
php-gmp php-xml php-mbstring python3 \
gcc g++ default-jre-headless default-jdk ghc fp-compiler \
Expand Down

0 comments on commit be8721b

Please sign in to comment.