Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove additional
--update
for apk in Dockerfile (#818)
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 remain in the image.
- Loading branch information