zokradonh / kopano-docker

Unofficial Kopano Docker images for all Kopano services.
MIT License
59 stars 36 forks source link

Skip downloading of packages if folder already exists #432

Closed fbartels closed 4 years ago

fbartels commented 4 years ago

The base image is using onbuild instructions to reduce code duplication (in regards to fetching Kopano packages). Sadly the onbuild instructions are not only executed on the directly following container image, but in every image that is using the images from this project as a base.

Fixes https://github.com/zokradonh/kopano-docker/issues/430