format dockerfile and install rsync

This commit is contained in:
brooke 2025-04-13 16:32:01 -04:00
parent cec24f1cc7
commit 57ada7307f

View file

@ -23,5 +23,7 @@ RUN if [ "${USE_GH_RELEASE}" = "true" ]; then \
FROM gcr.io/distroless/cc-debian12
COPY --from=builder /app/zola /bin/zola
RUN apt-get update -y && \
apt-get install rsync
ENTRYPOINT ["/bin/bash", "-l", "-c"]