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
RUN apk add --no-cache curl
CMD ["curl", "--version"]
RUN apk add --no-cache rsync
CMD ["rsync", "--version"]