docker4martyn/Dockerfile.rsync-faircamp
Martyn b6deb9dd8b
Some checks failed
/ fatssh (push) Successful in 2m15s
/ rsync-faircamp (push) Failing after 18s
/ macless-haystack-web (push) Successful in 30s
So it's not in the repos...
2025-09-23 14:19:07 +02:00

4 lines
208 B
Text

FROM debian:13
RUN apt update && apt install rsync wget -y
RUN wget -O/tmp/faircamp.deb https://simonrepp.com/faircamp/packages/faircamp_1.6.0-1+deb12_amd64.deb && dpkg -i /tmp/faircamp.deb ; apt install -f