From 8ca6c4eb8457672b9fb245b283c50561952057fa Mon Sep 17 00:00:00 2001 From: Maxython Date: Sun, 6 Oct 2024 16:04:27 +0300 Subject: [PATCH] Dockerfile: add rsync package installation --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9800b05..47d28cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN pacman -Syyu --noconfirm; \ python \ git \ cmake \ + rsync \ jq --noconfirm --needed # Creating user RUN useradd -m user-build