Add rsync to required packages.

PiperOrigin-RevId: 449569318
This commit is contained in:
Adin Scannell
2022-05-18 13:57:34 -07:00
committed by gVisor bot
parent 671bd7b0f8
commit b50636d376
+2 -1
View File
@@ -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