summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c6d3a78..d12718d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -75,6 +75,9 @@ RUN curl -q -O ${MC_URL}/${MC_INSTALLER} \
ENV PATH "${MC_PATH}/bin:${PATH}"
USER jenkins
RUN conda config --set auto_update_conda false \
+ && conda config --set always_yes true \
+ && conda config --set quiet true \
+ && conda config --set rollback_enabled false \
&& conda install --yes --quiet \
conda=${CONDA_VERSION} \
conda-build=${CONDA_BUILD_VERSION} \