Skip to content

Commit

Permalink
update nighres to included newer glibc version to get around deep pac…
Browse files Browse the repository at this point in the history
…ket inspection issue
  • Loading branch information
vnm-neurodesk committed Feb 3, 2025
1 parent 8654aaf commit 3118f0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/nighres/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export toolName='nighres'
export toolVersion='1.5.2'
# https://github.com/nighres/nighres/releases

if [ "$1" != "" ]; then
echo "Entering Debug mode"
Expand All @@ -8,7 +9,7 @@ fi
source ../main_setup.sh

neurodocker generate ${neurodocker_buildMode} \
--base-image ubuntu:24.04 \
--base-image ubuntu:24.10 \
--env DEBIAN_FRONTEND=noninteractive \
--pkg-manager apt \
--run="printf '#!/bin/bash\nls -la' > /usr/bin/ll" \
Expand Down

0 comments on commit 3118f0d

Please sign in to comment.