Closed PeterDaveHello closed 1 year 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.
apk add
--no-cache
apk update
Use single step
apk add
with--no-cache
, instead of use two-stepapk update
+apk add
, this change also help leave no temporary cache inside the Docker image, which will make the image a little bit smaller.