Skip to content

Commit ea8e42f

Browse files
author
mujing
committed
build: update Dockerfile conda installation command syntax
1 parent 33dd82d commit ea8e42f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
8080
elif [ "$ARCH" = "arm64" ]; then CONDA_ARCH="aarch64"; \
8181
else CONDA_ARCH="$ARCH"; fi && \
8282
rm -rf /tmp/conda /opt/conda \
83-
curl -fsSL https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-${CONDA_ARCH}.sh -o /tmp/miniforge.sh \
83+
&& curl -fsSL https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-${CONDA_ARCH}.sh -o /tmp/miniforge.sh \
8484
&& chmod +x /tmp/miniforge.sh \
8585
&& sudo -u coder bash /tmp/miniforge.sh -b -p /tmp/conda \
8686
&& mv /tmp/conda /opt/conda \

0 commit comments

Comments
 (0)