summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-09-07 15:22:20 -0400
committerGitHub <noreply@github.com>2017-09-07 15:22:20 -0400
commitf5a17684cb6b0c3d82931b78213ac4e53e3d4ae2 (patch)
tree12adf81b6d5f36f0b497983e89728cf19d191933 /Dockerfile
parent0aaffe096a72755add577aa979b84111a06c2fee (diff)
parent40b5091531ebe4de50b75db545db52a8ff5a931f (diff)
downloaddocker-buildsys-f5a17684cb6b0c3d82931b78213ac4e53e3d4ae2.tar.gz
Merge pull request #3 from jhunkeler/fixand
Fix dangling &&s
Diffstat (limited to 'Dockerfile')
-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