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.
This commit is contained in:
Ray Speth 2018-08-23 00:13:11 -04:00
parent eaf2a902e6
commit 08b1ac73d5

View file

@ -4,6 +4,6 @@ MAINTAINER Raymond Speth <speth@mit.edu>
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