Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify apk commands and prevent Alpine cache in Dockerfile.dev
Replace `apk update && apk add` with `apk add --update` to combine two operations into one and prevent temporary Alpine package index files (/var/cache/apk/*) from being left in the image. Signed-off-by: Peter Dave Hello <[email protected]>
- Loading branch information