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 FROM base
COPY --from=runner /opt/act_runner/act_runner /usr/local/bin/ COPY --from=runner /opt/act_runner/act_runner /usr/local/bin/
RUN apt-get -y install \ RUN apt-get -y install \
hugo hugo \
RUN apt-get -y install \ zip
uidmap
RUN useradd builder -md /app RUN useradd builder -md /app
USER builder USER builder
WORKDIR /app WORKDIR /app