Skip to content

Commit

Permalink
can't use shell with podman/OCI format
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Mar 25, 2024
1 parent 2fd35fa commit 7793843
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions software/Freesurfer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ RUN : \
&& rm -rf /var/lib/apt/lists/* \
&& :

SHELL ["/bin/bash", "-c"]
RUN : \
&& set -euo pipefail \
&& set -eu \
&& mkdir -p /opt/freesurfer-7.3.0 \
&& cd /tmp \
&& curl -fL https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/7.3.0/freesurfer-linux-centos7_x86_64-7.3.0.tar.gz \
Expand Down

0 comments on commit 7793843

Please sign in to comment.