Skip to content

Commit 9eb7ea5

Browse files
authored
feat: Add rsync to Docker image (#575)
Related #573
1 parent 35a5703 commit 9eb7ea5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ RUN apt-get -qq update \
3434
dirmngr \
3535
gnupg \
3636
git \
37+
jq \
3738
python3-packaging \
3839
python3-venv \
40+
rsync \
3941
ruby-full \
40-
jq \
4142
unzip \
4243
maven \
4344
&& apt-get clean \

0 commit comments

Comments
 (0)