File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN apt update \
24
24
nginx php8.1 php8.1-cli php8.1-fpm php8.1-zip \
25
25
php8.1-gd php8.1-curl php8.1-mysql php8.1-intl \
26
26
php8.1-gmp php8.1-xml php8.1-mbstring php8.1-xdebug php8.1-pcov \
27
- bsdmainutils ntp \
27
+ bsdmainutils ntp lsof \
28
28
linuxdoc-tools linuxdoc-tools-text groff \
29
29
python3-sphinx python3-sphinx-rtd-theme python3-pip fontconfig python3-yaml \
30
30
texlive-latex-recommended texlive-latex-extra \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
14
14
RUN apt update \
15
15
&& apt install --no-install-recommends --no-install-suggests -y \
16
16
dumb-init \
17
- acl zip unzip supervisor sudo procps libcgroup2 \
17
+ acl lsof zip unzip supervisor sudo procps libcgroup2 \
18
18
php-cli php-zip php-gd php-curl php-mysql php-json \
19
19
php-gmp php-xml php-mbstring python3 \
20
20
gcc g++ default-jre-headless default-jdk ghc fp-compiler \
You can’t perform that action at this time.
0 commit comments