We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08a150 commit 05b4cb0Copy full SHA for 05b4cb0
docker-gitlabci/Dockerfile
@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y \
28
npm \
29
# Code coverage for unit test \
30
php-pear php-dev \
31
+ && apt purge php8.3-redis \
32
&& rm -rf /var/lib/apt/lists/*
33
34
# Install needed NPM packages and download chrome for the domjudge user
0 commit comments