We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33dd82d commit ea8e42fCopy full SHA for ea8e42f
1 file changed
Dockerfile
@@ -80,7 +80,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
80
elif [ "$ARCH" = "arm64" ]; then CONDA_ARCH="aarch64"; \
81
else CONDA_ARCH="$ARCH"; fi && \
82
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 \
+ && curl -fsSL https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-${CONDA_ARCH}.sh -o /tmp/miniforge.sh \
84
&& chmod +x /tmp/miniforge.sh \
85
&& sudo -u coder bash /tmp/miniforge.sh -b -p /tmp/conda \
86
&& mv /tmp/conda /opt/conda \
0 commit comments