From 2053c05398e5f2b17fd7238e002af0985e235cbb Mon Sep 17 00:00:00 2001 From: Peter Willendrup Date: Fri, 12 Jan 2024 10:45:24 +0100 Subject: [PATCH] Add newline at EOF --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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