klo2k / nexus3-docker

ARM Docker image of Sonatype Nexus Repository Manager (NXRM) (Raspberry Pis - armv7l, aarch64)
GNU General Public License v3.0
109 stars 39 forks source link

Improve build performance - cache nexus.tar.gz and jars #11

Closed klo2k closed 3 years ago

klo2k commented 3 years ago

From #10 , we can improve build performance, by reducing the stuff we need to download every time we build.

As suggested, we can use wget instead of ADD to cache layer (ADD doesn't cache)