summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-09-07 15:21:48 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-09-07 15:21:48 -0400
commit40b5091531ebe4de50b75db545db52a8ff5a931f (patch)
tree12adf81b6d5f36f0b497983e89728cf19d191933
parent0aaffe096a72755add577aa979b84111a06c2fee (diff)
downloaddocker-buildsys-40b5091531ebe4de50b75db545db52a8ff5a931f.tar.gz
Fix dangling &&s
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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