From 08b1ac73d59384a5438535894ae5360e73ad5edf Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 23 Aug 2018 00:13:11 -0400 Subject: [PATCH] Search both dev and main channels for Cantera packages This will get the release version when it is more up to date than the dev channel. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8988af4..ac93f06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ MAINTAINER Raymond Speth USER root -RUN conda install -n python3 -c cantera/label/dev cantera +RUN conda install -n python3 -c cantera/label/dev -c cantera cantera USER main