From 40b5091531ebe4de50b75db545db52a8ff5a931f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 7 Sep 2017 15:21:48 -0400 Subject: Fix dangling &&s --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 021bd5b..b7b8852 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ WORKDIR ${OPT} RUN curl -q -O ${MC_URL}/${MC_INSTALLER} \ && bash ${MC_INSTALLER} -b -p ${MC_PATH} \ && rm -rf ${MC_INSTALLER} \ - && echo export PATH="${MC_PATH}/bin:\${PATH}" > /etc/profile.d/conda.sh && + && echo export PATH="${MC_PATH}/bin:\${PATH}" > /etc/profile.d/conda.sh # Configure Conda # Reset permissions -- cgit