milesmcc / shynet

Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
Apache License 2.0
2.87k stars 180 forks source link

Unify `apk` command usage in Dockerfile #279

Closed PeterDaveHello closed 10 months ago

PeterDaveHello commented 10 months ago

Use apk add with --no-cache instead of another apk update command, and leave no temporary cache in the Docker image.

CasperVerswijvelt commented 10 months ago

This change is already included in open pull request #276

milesmcc commented 10 months ago

Thanks @PeterDaveHello! Closing per #276.