Skip to content

Commit eea25ea

Browse files
committed
Remove unneeded packages as we would search for them with the other PHP versions
1 parent 1ed1d39 commit eea25ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-gitlabci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y \
2828
npm \
2929
# Code coverage for unit test \
3030
php-pear php-dev \
31-
&& apt purge php8.3-redis \
31+
&& apt purge php8.3-redis && apt autoremove --purge \
3232
&& rm -rf /var/lib/apt/lists/*
3333

3434
# Install needed NPM packages and download chrome for the domjudge user

0 commit comments

Comments
 (0)