From f7690ac5c8bd3098c49fe7404edd9432ba14376d Mon Sep 17 00:00:00 2001 From: Jeffrey Post <jeffrey.post@etu.unige.ch> Date: Tue, 2 Feb 2021 08:26:39 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e9b05dc..a689b4a 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 -- GitLab