mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add rsync to required packages.
PiperOrigin-RevId: 449569318
This commit is contained in:
committed by
gVisor bot
parent
671bd7b0f8
commit
b50636d376
@@ -10,7 +10,8 @@ function install_pkgs() {
|
||||
done
|
||||
}
|
||||
install_pkgs make linux-libc-dev graphviz jq curl binutils gnupg gnupg-agent \
|
||||
gcc pkg-config apt-transport-https ca-certificates software-properties-common
|
||||
gcc pkg-config apt-transport-https ca-certificates software-properties-common \
|
||||
rsync
|
||||
|
||||
# Install headers, only if available.
|
||||
if test -n "$(apt-cache search --names-only "^linux-headers-$(uname -r)$")"; then
|
||||
|
||||
Reference in New Issue
Block a user