Skip to content

Commit

Permalink
add gpg, replace rsync by librsync
Browse files Browse the repository at this point in the history
  • Loading branch information
poggenpower authored Jun 9, 2024
1 parent 99cccde commit fe3f069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN apk fix && \
apk add --no-cache \
ca-certificates \
openssh \
rsync
gpg \
librsync
# install dev version of duplicity change URL or comment out
RUN pip install setuptools_scm boto3 python-gettext &&\
apk add gettext &&\
Expand Down

0 comments on commit fe3f069

Please sign in to comment.