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 1ed1d39 commit eea25eaCopy full SHA for eea25ea
docker-gitlabci/Dockerfile
@@ -28,7 +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 \
+ && apt purge php8.3-redis && apt autoremove --purge \
32
&& rm -rf /var/lib/apt/lists/*
33
34
# Install needed NPM packages and download chrome for the domjudge user
0 commit comments