Skip to content

Commit 30781d2

Browse files
author
Jonathan Chauncey
authored
Merge pull request #94 from jchauncey/add-rsync
chore(rootfs/Dockerfile): Add rsync
2 parents 9158f45 + e7f90aa commit 30781d2

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)