We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01bbee commit 77c5b77Copy full SHA for 77c5b77
docker/generate_dockerfiles.sh
@@ -91,6 +91,7 @@ function generate_main_dockerfile() {
91
--copy docker/files/run_builddocs.sh docker/files/run_examples.sh \
92
docker/files/run_pytests.sh nipype/external/fsl_imglob.py /usr/bin/ \
93
--user root \
94
+ --run-bash "mkdir -p /src" \
95
--run 'chown -R neuro /src
96
&& chmod +x /usr/bin/fsl_imglob.py /usr/bin/run_*.sh
97
&& . /etc/fsl/fsl.sh
0 commit comments