Skip to content

Commit

Permalink
force upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Dec 4, 2024
1 parent 76e459a commit c192030
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
Expand Up @@ -8,12 +8,13 @@ fi
source ../main_setup.sh

neurodocker generate ${neurodocker_buildMode} \
--base-image ubuntu:24.04 \
--base-image ubuntu:22.04 \
--env DEBIAN_FRONTEND=noninteractive \
--pkg-manager apt \
--run="printf '#!/bin/bash\nls -la' > /usr/bin/ll" \
--run="chmod +x /usr/bin/ll" \
--run="mkdir -p ${mountPointList}" \
--run="apt-get update && apt upgrade" \
--install opts="--quiet" git python-is-python3 python3-pip curl locales wget build-essential \
--run='curl https://download.java.net/java/GA/jdk20.0.1/b4887098932d415489976708ad6d1a4b/9/GPL/openjdk-20.0.1_linux-x64_bin.tar.gz | tar -zx -C /opt --transform='s/jdk-20.0.1/jdk-temurin-20.0.1/'' \
--env JCC_JDK=/opt/jdk-temurin-20.0.1 \
Expand Down

0 comments on commit c192030

Please sign in to comment.