added rsync to image
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (arm64) (push) Successful in 29s
Container Publish / build-image (amd64) (push) Successful in 1m6s
Container Publish / update docker manifest (push) Successful in 10s

This commit is contained in:
2025-10-13 09:40:04 +02:00
parent bff10b917a
commit 70d5448acd

View File

@@ -21,6 +21,6 @@ COPY --from=prep /tmp/hugo /usr/local/bin/hugo
RUN \
apk --no-cache upgrade && \
apk --no-cache add git gcompat libstdc++
apk --no-cache add rsync git gcompat libstdc++
ENTRYPOINT [ "/usr/local/bin/hugo" ]