Simplify apk command in Dockerfile
With apk `--no-cache` parameter, there is no need to run `apk update` and manually clean up the cache, apk will update automatically without leaving local cache files to be cleaned up.
Please register or sign in to comment