format dockerfile and install rsync
This commit is contained in:
parent
cec24f1cc7
commit
57ada7307f
1 changed files with 7 additions and 5 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue