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 4aa4da2 commit 5b88b5eCopy full SHA for 5b88b5e
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