Skip to content

Commit ef950c2

Browse files
committed
Replace deprecated "conda info --all"
Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
1 parent d9d9c06 commit ef950c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/base-glibc-busybox-bash/Dockerfile.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ RUN arch=$(uname -m) \
2424
&& \
2525
sh ./Miniforge3-Linux-${arch}.sh -bp /opt/conda \
2626
&& \
27-
/opt/conda/bin/conda info --all
27+
/opt/conda/bin/conda info --verbose

images/base-glibc-debian-bash/Dockerfile.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ RUN apt-get update -qq \
3636
&& \
3737
sh ./Miniforge3-Linux-${arch}.sh -bp /opt/conda \
3838
&& \
39-
/opt/conda/bin/conda info --all
39+
/opt/conda/bin/conda info --verbose

0 commit comments

Comments
 (0)