Closed lalyos closed 8 years ago
Moving apk-add from build script to the Dockerfile makes the build faster, as docker build can cahce the package installation.
apk-add
One comment but otherwise, yeah!
@tilgovi --update has been replaced with --no-cache
--update
--no-cache
@progrium, any issues here?
I guess the tests are broken, but yeah, :+1:
Moving
apk-add
from build script to the Dockerfile makes the build faster, as docker build can cahce the package installation.