scheme-containers / monorepo

Generators, website, issues
https://containers.scheme.org
MIT License
7 stars 1 forks source link

Simpler apt install #7

Open lassik opened 4 years ago

lassik commented 4 years ago

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?