Skip to content

Commit

Permalink
add pigz but SKIPCI
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Sep 27, 2024
1 parent 7a8543b commit d328ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/mricron/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ neurodocker generate ${neurodocker_buildMode} \
--run="printf '#!/bin/bash\nls -la' > /usr/bin/ll" \
--run="chmod +x /usr/bin/ll" \
--run="mkdir -p ${mountPointList}" \
--install wget unzip ca-certificates gtk2 \
--install wget unzip ca-certificates gtk2 pigz \
--workdir /opt \
--run="wget --quiet -O MRIcon_linux.zip 'https://github.com/neurolabusc/MRIcron/releases/download/v${toolVersion}/MRIcron_linux.zip' \
&& unzip MRIcon_linux.zip \
Expand Down

0 comments on commit d328ac6

Please sign in to comment.