Skip to content

Commit

Permalink
duplicity DEV version
Browse files Browse the repository at this point in the history
  • Loading branch information
poggenpower committed Jun 11, 2024
1 parent 0377c50 commit dfb9508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk fix && \
RUN pip install setuptools_scm boto3 python-gettext &&\
apk add gettext &&\
apk add -t .build-deps linux-headers python3-dev librsync-dev gcc musl-dev git &&\
pip install duplicity==3.0.0 &&\
pip install https://gitlab.com/poggenpower/duplicity/-/archive/queue/duplicity-queue.tar.gz &&\
apk del --purge .build-deps

RUN addgroup -S app &&\
Expand Down

0 comments on commit dfb9508

Please sign in to comment.