We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9158f45 + e7f90aa commit 30781d2Copy full SHA for 30781d2
1 file changed
rootfs/Dockerfile
@@ -28,6 +28,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
28
wget \
29
zip \
30
openssh-client \
31
+ rsync \
32
--no-install-recommends \
33
&& rm -rf /var/lib/apt/lists/* \
34
&& curl -L https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz | tar -C /usr/local -xz \
0 commit comments