diff --git a/scripts/repackage_graalpy.sh b/scripts/repackage_graalpy.sh index af2d027e..cedc58f1 100755 --- a/scripts/repackage_graalpy.sh +++ b/scripts/repackage_graalpy.sh @@ -10,7 +10,7 @@ if [[ "${ARCH}" == "x86_64" ]]; then fi if [[ "${PLATFORM}" == "linux" ]]; then - apt update && apt -y install zip python3 + apt update && apt -y install zip python3 curl fi WORKDIR=$(pwd)