codecov / self-hosted

Example of how to setup Codecov with docker compose
Other
409 stars 32 forks source link

Simplify and improve m1-build-fix/Dockerfile #7

Closed PeterDaveHello closed 10 months ago

PeterDaveHello commented 11 months ago

Use single step apk add with --no-cache, instead of use two-step apk update + apk add, this change also help leave no temporary cache inside the Docker image, which will make the image a little bit smaller.