p2pool/Dockerfile
2025-06-18 19:33:36 +02:00

4 lines
76 B
Docker

FROM alpine:latest
RUN apk add --no-cache rsync
CMD ["rsync", "--version"]