Enable verbose mode on mamba install

This commit is contained in:
Ben Mares
2022-04-04 12:24:18 +02:00
parent bfd803941b
commit 3f67c20598

View File

@@ -131,7 +131,7 @@ RUN set -x && \
./micromamba install \
--root-prefix="${CONDA_DIR}" \
--prefix="${CONDA_DIR}" \
--yes \
-vvv --yes \
"${PYTHON_SPECIFIER}" \
"${MAMBA_SPECIFIER}" \
'notebook' \