diff --git a/Dockerfile b/Dockerfile index e9b05dc78aa9a4929682e952bb62182052eda02a..a689b4a543e1b02a059773159b3f77d2d48fb5cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ USER root RUN apt-get update && \ /opt/conda/bin/python3 -m pip install --upgrade pip && \ apt-get install -y --no-install-recommends && \ + conda update -n base conda && \ conda update --all -y # apt-utils \ # vim