Update Dockerfile

This commit is contained in:
melody 2025-06-18 19:33:36 +02:00
commit da77ae498c

View file

@ -1,4 +1,4 @@
FROM alpine:latest FROM alpine:latest
RUN apk add --no-cache curl RUN apk add --no-cache rsync
CMD ["curl", "--version"] CMD ["rsync", "--version"]