Skip to content

Commit

Permalink
fix: add patchelf
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalvas committed Mar 11, 2024
1 parent 14a2807 commit dd0bf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export USE_STATIC_REQUIREMENTS=1

apt update -qy
apt install -qy git openssh-server python3-pip curl dpkg swig libssl-dev openssl libgit2-dev python-is-python3 libgit2-dev libffi-dev python3-dev python3-cffi libxslt1-dev \
python3-requests python3-requests-oauthlib
python3-requests python3-requests-oauthlib patchelf

if [ ! -f "/usr/sbin/dpkg-split" ]; then
ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split
Expand Down

0 comments on commit dd0bf39

Please sign in to comment.