diff --git a/Dockerfile b/Dockerfile
index d3e180d50ffb15a9cfe5b7ab30bda0d1b7ff58dd..321fce6608a98fa8b5008fb2d29d9469a444fbfd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,6 +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 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