Add zip into image, lol

This commit is contained in:
Neale Pickett 2024-01-08 08:31:24 -07:00
parent 5e07b55cd1
commit b176f49012
1 changed files with 2 additions and 3 deletions

View File

@ -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