diff mbox series

[yocto-autobuilder2,2/4] docker: add needed rsync dependency

Message ID 20260525210708.2918572-2-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder2,1/4] docker: Switch RO git URL from git:// to https:// | expand

Commit Message

Yoann Congal May 25, 2026, 9:07 p.m. UTC
From: Yoann Congal <yoann.congal@smile.fr>

The "Prepare shared repositories" step needs rsync.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 0a2777e..793343a 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -33,6 +33,7 @@  RUN apt update && \
         python3-pexpect \
         python3-pip \
         python3-subunit \
+        rsync \
         socat \
         sudo \
         texinfo \