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