summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2017-09-09 22:12:28 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2017-09-09 22:12:28 -0400
commit29e22c6ede0bd5a08ec37ba7cf043d05b9d0b60e (patch)
tree67ce1cd09e2665c0b63ce812f072dc3f64992562 /Dockerfile
parent10ea90e4161e25cee22121feac90ac26414115c7 (diff)
downloaddocker-buildsys-29e22c6ede0bd5a08ec37ba7cf043d05b9d0b60e.tar.gz
Remove unnecessary WORKDIR call
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 45ce891..9ee58b3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -58,7 +58,6 @@ RUN ssh-keygen -f /etc/ssh/ssh_host_rsa_key -N '' -t rsa \
&& echo "jenkins:jenkins" | chpasswd
# Install Miniconda
-WORKDIR ${OPT}
RUN curl -q -O ${MC_URL}/${MC_INSTALLER} \
&& bash ${MC_INSTALLER} -b -p ${MC_PATH} \
&& rm -rf ${MC_INSTALLER} \