Skip to content

Commit

Permalink
Deps: add dependency to perl Which package
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbette committed May 20, 2023
1 parent a6285ef commit 5c77c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if ( command -v apt-get &> /dev/null ) ; then
apt-get update -yqq && apt-get install -yqq build-essential sudo wget libelf-dev pkg-config zlib1g-dev libnuma-dev python3-pyelftools ninja-build meson linux-headers-$(uname -r) python3-pip
elif ( command -v apk &> /dev/null ) ; then
echo "Using apk"
apk add --no-cache wget gcc libelf numactl python3 pkgconf zlib-dev py3-pip g++ py3-elftools autoconf build-base bsd-compat-headers linux-headers gcompat libstdc++
apk add --no-cache wget gcc libelf numactl python3 pkgconf zlib-dev py3-pip g++ py3-elftools autoconf build-base bsd-compat-headers linux-headers gcompat libstdc++ perl-file-which
fi

0 comments on commit 5c77c0b

Please sign in to comment.