Skip to content

Commit 10dfd94

Browse files
committed
Add bcmath for DOMjudge/domjudge#2954
1 parent 9825873 commit 10dfd94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docker-gitlabci/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y \
1212
libjsoncpp-dev libmagic-dev autoconf automake bats sudo debootstrap procps \
1313
gcc g++ default-jre-headless default-jdk-headless ghc fp-compiler libcgroup-dev \
1414
devscripts shellcheck nginx libboost-regex-dev composer codespell pv httpie \
15-
php8.3 php8.3-cli php8.3-gd php8.3-curl php8.3-mysql php8.3-gmp php8.3-zip php8.3-xml php8.3-mbstring php8.3-fpm php8.3-intl php8.3-pcov \
15+
php8.3 php8.3-cli php8.3-bcmath php8.3-gd php8.3-curl php8.3-mysql php8.3-gmp \
16+
php8.3-zip php8.3-xml php8.3-mbstring php8.3-fpm php8.3-intl php8.3-pcov \
1617
# Submit client \
1718
python3-requests python3-magic \
1819
# Docs \

0 commit comments

Comments
 (0)