Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ci pkgconfig #189

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/domserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# Install required packages for build of domserver
RUN apt update \
&& apt install --no-install-recommends --no-install-suggests -y \
autoconf automake git \
autoconf automake git pkg-config \
gcc g++ make acl zip unzip \
php-cli php-zip \
php-gd php-curl php-mysql php-json php-intl \
Expand Down
2 changes: 1 addition & 1 deletion docker/judgehost/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
# Install required packages for running of judgehost
RUN apt update \
&& apt install --no-install-recommends --no-install-suggests -y \
dumb-init \
dumb-init pkg-config \
acl lsof zip unzip supervisor sudo procps libcgroup2 \
php-cli php-zip php-gd php-curl php-mysql php-json \
php-gmp php-xml php-mbstring python3 \
Expand Down
Loading