diff --git a/stable/Dockerfile b/stable/Dockerfile index a5561dc..d461ac9 100644 --- a/stable/Dockerfile +++ b/stable/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.19 ENV HOME=/home/duplicity -RUN apk add --no-cache duplicity +RUN apk add --no-cache duplicity py3-requests-oauthlib RUN set -x \ # Run as non-root user.