diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-09-09 22:12:28 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-09-09 22:12:28 -0400 |
commit | 29e22c6ede0bd5a08ec37ba7cf043d05b9d0b60e (patch) | |
tree | 67ce1cd09e2665c0b63ce812f072dc3f64992562 /Dockerfile | |
parent | 10ea90e4161e25cee22121feac90ac26414115c7 (diff) | |
download | docker-buildsys-29e22c6ede0bd5a08ec37ba7cf043d05b9d0b60e.tar.gz |
Remove unnecessary WORKDIR call
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} \ |