Skip to content

Commit

Permalink
Add rsync to CHIP docker image.
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 committed Jun 16, 2021
1 parent ad38395 commit 5f7fe46
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 5f7fe46

Please sign in to comment.