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
66# Install required packages for build of domserver
77RUN 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 \
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1313# Install required packages for running of judgehost
1414RUN 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 \
You can’t perform that action at this time.
0 commit comments