From 5db49876caca8d3c2aa4bc0b57b1e16f29055e97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= Date: Tue, 6 Oct 2020 22:31:12 +0200 Subject: [PATCH] Fix: conda should not ask for confirmation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e6d826..3264163 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN for REPO in \ done # Install SageMath, for now in a different environment -RUN mamba create -n sage sage=9.1 +RUN mamba create --yes -n sage sage=9.1 # Enable the Visual Studio proxy extension in notebook and lab # Taken from https://github.com/betatim/vscode-binder/blob/master/postBuild -- GitLab