Skip to content
Snippets Groups Projects
Commit 155051d5 authored by Nick Bearson's avatar Nick Bearson
Browse files

safety quotes

parent 7b54fe43
No related branches found
No related tags found
1 merge request!22small buildbucket fixes
......@@ -12,7 +12,7 @@ RUN yum -y install which git && yum clean all
# Download and install miniforge
# https://github.com/conda-forge/miniforge#miniforge
RUN curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh && \
RUN curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh" && \
/bin/bash Mambaforge-$(uname)-$(uname -m).sh -b -p $HOME/miniforge && \
ln -s $HOME/miniforge/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
echo ". $HOME/miniforge/etc/profile.d/conda.sh" >> ~/.bashrc && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment