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
Is there a way we could avoid apt-get install ... && rm -rf /var/lib/apt/lists/* in Dockerfiles? It seems kind of hacky to do a rm -rf by hand - there is probably an "official" way.
What's in /var/lib/apt/lists/ anyway - is it the cached list of installable packages from apt-get update?
The text was updated successfully, but these errors were encountered:
Is there a way we could avoid
apt-get install ... && rm -rf /var/lib/apt/lists/*
in Dockerfiles? It seems kind of hacky to do arm -rf
by hand - there is probably an "official" way.What's in
/var/lib/apt/lists/
anyway - is it the cached list of installable packages fromapt-get update
?The text was updated successfully, but these errors were encountered: