Skip to content

Commit f5d4088

Browse files
authored
add rsync (#98)
1 parent 7da8cc2 commit f5d4088

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apt update -qq && apt install -qq -y --no-install-recommends \
3737
python \
3838
python3-distutils \
3939
openssh-client \
40+
rsync \
4041
unzip \
4142
&& gem install bundler \
4243
&& rm -rf /var/lib/apt/lists/*;

0 commit comments

Comments
 (0)