diff --git a/Dockerfile b/Dockerfile index e5995fcd8d3af35ca647c240f57700d8649d7cd0..321fce6608a98fa8b5008fb2d29d9469a444fbfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,7 @@ RUN conda env update -q -f /tmp/environment.yml && \ /opt/conda/bin/pip install -r /tmp/requirements.txt && \ conda clean -y --all && conda list && \ conda env export -n "root" -RUN conda install anaconda && conda update --all +RUN conda install conda && conda update --all RUN conda install -q -y -c conda-forge ffmpeg # could be removed, as not used? COPY --from=builder ${HOME}/.renku/venv ${HOME}/.renku/venv