From b176f4901244f183fb34dd887297f4d48a3b2097 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Mon, 8 Jan 2024 08:31:24 -0700 Subject: [PATCH] Add zip into image, lol --- Containerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 68446bf..827cd67 100644 --- a/Containerfile +++ b/Containerfile @@ -18,9 +18,8 @@ RUN CGO_ENABLED=0 make -C /opt/act_runner build FROM base COPY --from=runner /opt/act_runner/act_runner /usr/local/bin/ RUN apt-get -y install \ - hugo -RUN apt-get -y install \ - uidmap + hugo \ + zip RUN useradd builder -md /app USER builder WORKDIR /app