Skip to content

Commit e7f90aa

Browse files
author
Jonathan Chauncey
committed
chore(rootfs/Dockerfile): Add rsync
1 parent 9158f45 commit e7f90aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
2828
wget \
2929
zip \
3030
openssh-client \
31+
rsync \
3132
--no-install-recommends \
3233
&& rm -rf /var/lib/apt/lists/* \
3334
&& curl -L https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz | tar -C /usr/local -xz \

0 commit comments

Comments
 (0)