diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 81e1c34..ba0ebfc 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -61,7 +61,7 @@ jobs: uses: docker/build-push-action@v5 with: push: true - file: Dockerfile.fat-ssh + file: Dockerfile.faircamp-rsync tags: git.martyn.berlin/martyn/rsync-faircamp:latest macless-haystack-web: runs-on: docker diff --git a/Dockerfile.rsync-faircamp b/Dockerfile.rsync-faircamp index c2c928c..22aa0d0 100644 --- a/Dockerfile.rsync-faircamp +++ b/Dockerfile.rsync-faircamp @@ -1,3 +1,4 @@ FROM debian:13 -RUN apt update && apt install faircamp rsync -y +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