Skip to content

Commit 07d0ace

Browse files
committed
Fixes discovered when packaging the 9.0.0 release.
1 parent e295f92 commit 07d0ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ section_end
7878
section_start "Push instructions"
7979
echo "All done. Image ${NAMESPACE}/domserver:${VERSION} and ${NAMESPACE}/judgehost:${VERSION} created"
8080
echo "If you are a DOMjudge maintainer with access to the domjudge organization on Docker Hub, you can now run the following command to push them to Docker Hub:"
81-
echo "$ docker push ${NAMESPACE}/domserver:${VERSION} && docker push ${NAMESPACE}/judgehost:${VERSION} && docker push $NAMESPACE}/default-judgehost-chroot:${VERSION}"
81+
echo "$ docker push ${NAMESPACE}/domserver:${VERSION} && docker push ${NAMESPACE}/judgehost:${VERSION} && docker push ${NAMESPACE}/default-judgehost-chroot:${VERSION}"
8282
echo "If this is the latest release, also run the following command:"
8383
echo "$ docker tag ${NAMESPACE}/domserver:${VERSION} ${NAMESPACE}/domserver:latest && \
8484
docker tag ${NAMESPACE}/judgehost:${VERSION} ${NAMESPACE}/judgehost:latest && \

docker/domserver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update \
88
&& apt-get install --no-install-recommends --no-install-suggests -y \
99
autoconf automake git pkg-config \
1010
gcc g++ make acl zip unzip \
11-
php-cli php-zip \
11+
php-cli php-zip php-bcmath \
1212
php-gd php-curl php-mysql php-json php-intl \
1313
php-gmp php-xml php-mbstring \
1414
sudo bsdmainutils ntp libcgroup-dev procps \

0 commit comments

Comments
 (0)