From d65adff381f5edad1a006188455bc62497b94270 Mon Sep 17 00:00:00 2001
From: Pascal Baumann <pascal.baumann@hslu.ch>
Date: Mon, 10 Feb 2025 09:50:10 +0000
Subject: [PATCH] Rename anaconda to conda

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index e5995fc..321fce6 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
-- 
GitLab