Skip to content

Commit

Permalink
install missing graalpy runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 23, 2024
1 parent 5156b02 commit 8a8c32a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/build_scripts/install-runtime-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ if [ "${AUDITWHEEL_POLICY}" == "manylinux2014" ] || [ "${AUDITWHEEL_POLICY}" ==
RUNTIME_DEPS="${RUNTIME_DEPS} libidn tk"
else
RUNTIME_DEPS="${RUNTIME_DEPS} libidn2 tk"
# for graalpy
RUNTIME_DEPS="${RUNTIME_DEPS} libxcrypt-compat"
fi
elif [ "${BASE_POLICY}" == "musllinux" ]; then
RUNTIME_DEPS="zlib bzip2 expat ncurses-libs readline tk gdbm db xz openssl keyutils-libs krb5-libs libcom_err libidn2 libcurl libuuid libffi"
Expand Down

0 comments on commit 8a8c32a

Please sign in to comment.