Skip to content

Commit 2397ca5

Browse files
RuoqingHestefano-garzarella
authored andcommitted
build_container: Install rsync in image
`rsync` is required for installing kernel headers, which will be used in `seccompiler` crate to generate syscall tables. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 0cd9ee2 commit 2397ca5

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
@@ -8,7 +8,7 @@ apt-get update
88

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

0 commit comments

Comments
 (0)