diff --git a/Dockerfile b/Dockerfile index d76a7306..d028584e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,4 +57,5 @@ RUN cd /opt/install && \ sed -i 's+@MCSTAS_COMPDIR@+'"${MCSTAS_COMPDIR}"'+g' McStasScript/configuration.yaml && \ find /opt/conda/lib -type d -name mcstasscript -exec cp McStasScript/configuration.yaml \{\} \; && \ # Run mcdoc, installed via conda - /opt/conda/bin/mcdoc -i \ No newline at end of file + /opt/conda/bin/mcdoc -i + \ No newline at end of file