From c48b3ff1c788946c63c88225706bfad97748e3ab Mon Sep 17 00:00:00 2001 From: Nianyu Shen Date: Fri, 24 May 2024 00:01:17 -0700 Subject: [PATCH] install rsync in uki provider base image Signed-off-by: Nianyu Shen --- Earthfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Earthfile b/Earthfile index 4469dbe..30bec7c 100644 --- a/Earthfile +++ b/Earthfile @@ -263,6 +263,8 @@ uki-iso: uki-provider-image: FROM --platform=linux/${ARCH} +ubuntu-systemd + RUN apt-get update && apt-get install -y rsync + WORKDIR / COPY +luet/luet /usr/bin/luet COPY +kairos-agent/kairos-agent /usr/bin/kairos-agent