Skip to content

Commit 1eec320

Browse files
committed
feat(build_container): added musl-tools
Added musl-tools package. It is needed for `userfaultfd` crate to compile for musl target. The PR that need this: rust-vmm/vhost#218 Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 5d3c847 commit 1eec320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apt-get update
55

66
# DEBIAN_FRONTEND is set for tzdata.
77
DEBIAN_FRONTEND="noninteractive" apt-get install --no-install-recommends -y \
8-
curl gcc git python3 python3-pip shellcheck \
8+
curl gcc musl-tools git python3 python3-pip shellcheck \
99
libssl-dev tzdata cmake g++ pkg-config jq libcurl4-openssl-dev libelf-dev \
1010
libdw-dev binutils-dev libiberty-dev make \
1111
cpio bc flex bison wget xz-utils fakeroot \

0 commit comments

Comments
 (0)