Skip to content

Commit 57bbd8f

Browse files
Michael Vasseurvmcj
authored andcommitted
Also add pkg-config for the intermediate build
1 parent 5c48773 commit 57bbd8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/judgehost/Dockerfile.build

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 judgehost
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 zip unzip \
1111
php-cli php-zip lsb-release debootstrap \
1212
php-gd php-curl php-mysql php-json \

0 commit comments

Comments
 (0)