From 191bb31621442c4a0ce42bad6fa32f935dd69938 Mon Sep 17 00:00:00 2001 From: Christopher JF Cameron Date: Thu, 26 Sep 2024 14:15:41 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 41514b0..e873919 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates \ && wget -qO- https://micromamba.snakepit.net/api/micromamba/linux-64/latest | tar -xvj bin/micromamba \ && touch /root/.bashrc \ - && /bin/micromamba shell init -s bash -p /opt/conda \ + && /bin/micromamba shell init -s bash -r /opt/conda \ && grep -v '[ -z "\$PS1" ] && return' /root/.bashrc > /opt/conda/bashrc \ && apt-get clean autoremove --yes \ && rm -rf /var/lib/{apt,dpkg,cache,log}