diff --git a/images/docker-stacks-foundation/Dockerfile b/images/docker-stacks-foundation/Dockerfile index b3c8be8f07..270957d65e 100644 --- a/images/docker-stacks-foundation/Dockerfile +++ b/images/docker-stacks-foundation/Dockerfile @@ -124,6 +124,7 @@ RUN set -x && \ --prefix="${CONDA_DIR}" \ --yes \ 'jupyter_core' \ + 'conda' \ 'mamba' \ "${PYTHON_SPECIFIER}" && \ rm -rf /tmp/bin/ && \