• Peter Dave Hello's avatar
    Refactor Dockerfile · 1562e9ab
    Peter Dave Hello authored
    1. Use `apk -U --no-cache add` instead of `apk update` + `apk add` +
    manually cache clean up.
    2. Separate package installation and user, group setup, the combination
    to reduce a docker image layer didn't bring benefits here, only makes
    Dockerfiles more complex.
    1562e9ab
Dockerfile 656 Bytes