You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore rm /var/lib/apt/lists in docker-gitlabci/Dockerfile
It was removed as part of commit 7c8d5b9 (Upgrade gitlab image to
24.04, 2024-04-28), but it should be kept to reduce the size of the
image (if the lists aren't removed in the same RUN directive as
`apt-get update` then they will be stored in the layer and make the
image larger, even if a later RUN directive removes the lists).
0 commit comments