mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
* Make "apk" commands consistent in Dockerfile 1. Add "--no-cache" to some "apk" command that are missing it * Remove "--update-cache" in Dockerfile > As of Alpine Linux 3.3 there exists a new --no-cache option for apk. It allows > users to install packages with an index that is updated and used on-the-fly and > not cached locally > > This avoids the need to use --update-cache and remove /var/cache/apk/* when > done installing packages. https://github.com/gliderlabs/docker-alpine/blob/master/docs/usage.md