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 @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
6
6
# Install required packages for build of domserver
7
7
RUN apt update \
8
8
&& apt install --no-install-recommends --no-install-suggests -y \
9
- autoconf automake git \
9
+ autoconf automake git pkg-config \
10
10
gcc g++ make acl zip unzip \
11
11
php-cli php-zip \
12
12
php-gd php-curl php-mysql php-json php-intl \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
13
13
# Install required packages for running of judgehost
14
14
RUN apt update \
15
15
&& apt install --no-install-recommends --no-install-suggests -y \
16
- dumb-init \
16
+ dumb-init pkg-config \
17
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 \
You can’t perform that action at this time.
0 commit comments