Skip to content

Commit 5c48773

Browse files
Michael Vasseurvmcj
authored andcommitted
Install pkg-config to detect systemd files locations
1 parent 49329b5 commit 5c48773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/domserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
66
# Install required packages for build of domserver
77
RUN apt update \
88
&& apt install --no-install-recommends --no-install-suggests -y \
9-
autoconf automake git \
9+
autoconf automake git pkg-config \
1010
gcc g++ make acl zip unzip \
1111
php-cli php-zip \
1212
php-gd php-curl php-mysql php-json php-intl \

docker/judgehost/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1313
# Install required packages for running of judgehost
1414
RUN apt update \
1515
&& apt install --no-install-recommends --no-install-suggests -y \
16-
dumb-init \
16+
dumb-init pkg-config \
1717
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 \

0 commit comments

Comments
 (0)