From 39433da749895a6a2a8115f60b0dead022cbc27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20N=C3=A4geli?= Date: Tue, 18 Jun 2024 15:35:17 +0200 Subject: [PATCH] Try to restore OneDrive functionality --- stable/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.