Skip to content

Commit 411f5bb

Browse files
committed
Add missing newline
1 parent 49d346c commit 411f5bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile_py3.11

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
33

44
# Set up configuration envvars
55
ENV INSTALL_DIR=/usr/local \
6-
FSLINSTALLDIR=${INSTALL_DIR}/fsl
6+
FSLINSTALLDIR=${INSTALL_DIR}/fsl \
77
FSL_VERSION=6.0.7.16 \
88
MRTRIX_VERSION=3.0.4 \
99
VIRTUAL_ENV=/venv

Dockerfile_py3.12

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
33

44
# Set up configuration envvars
55
ENV INSTALL_DIR=/usr/local \
6-
FSLINSTALLDIR=${INSTALL_DIR}/fsl
6+
FSLINSTALLDIR=${INSTALL_DIR}/fsl \
77
MRTRIX_VERSION=3.0.4 \
88
VIRTUAL_ENV=/venv
99

0 commit comments

Comments
 (0)