From d8467450463fc8740c178b69dd5483c104d82c2d Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 23 Sep 2025 14:27:04 +0200 Subject: [PATCH] okay, smartypants --- Dockerfile.rsync-faircamp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rsync-faircamp b/Dockerfile.rsync-faircamp index 22aa0d0..977693b 100644 --- a/Dockerfile.rsync-faircamp +++ b/Dockerfile.rsync-faircamp @@ -1,4 +1,4 @@ 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 +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 -y