Skip to content

Updated dockerfile to cache the NOMAD-COE dependencies whenever possible.

Lauri Himanen requested to merge dev-dockerupdate into v0.7.2

The use of COPY . /install busted the docker cache and prevented from using a cached step for RUN sh dependencies.sh. Now the installation of NOMAD-COE dependencies is separated into its own step that enables caching.

Merge request reports