HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Do not install dependencies when building docker #49

Closed t20100 closed 4 years ago

t20100 commented 4 years ago

Following https://github.com/HDFGroup/hsds/pull/35#issuecomment-606951083 : """ Going back to #26 - I notice that build.sh installs a lot of azure packages each time. E.g. azure-datalake-store. Is there a way to avoid these? I thought the required packages where being installed in the Docker base image. I prefer not having to deal with possible package updates with every build. """

This PR removes the check/installation of dependencies when installing hsds, so it is expected that all dependencies are already available in the base docker image.

jreadey commented 4 years ago

nice!