Skip to content

Commit

Permalink
Add rsync to CHIP docker image. (#7686)
Browse files Browse the repository at this point in the history
This way we don't have to install it as part of CI jobs.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Aug 24, 2021
1 parent 53e4d01 commit 2658578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integrations/docker/images/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RUN set -x \
python3-dev \
python3-pip \
python3-venv \
rsync \
shellcheck \
strace \
systemd \
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.28
0.4.29

0 comments on commit 2658578

Please sign in to comment.