blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.13k stars 462 forks source link

Remove additional `--update` for `apk` in Dockerfile #118

Closed PeterDaveHello closed 3 years ago

PeterDaveHello commented 3 years ago

There is no need to use --update with --no-cache when using apk on Alpine Linux, as using --no-cache will fetch the index every time and leave no local cache, so the index will always be the latest without temporary files remains in the image.