From f44cc8f4fafc925f39d90a15f43a21d88c6337cb Mon Sep 17 00:00:00 2001 From: kadma Date: Sun, 21 Jan 2024 11:59:13 -0500 Subject: [PATCH] Update Dockerfile --- onedrive/engine/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/onedrive/engine/Dockerfile b/onedrive/engine/Dockerfile index a60aa74..c8df13f 100644 --- a/onedrive/engine/Dockerfile +++ b/onedrive/engine/Dockerfile @@ -8,6 +8,8 @@ RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 pyt RUN git clone https://github.com/TheCaduceus/Microsoft-E5-Auto-Renewal +RUN pip install -r requirements.txt + ENV E5_CLIENT_ID="id" ENV E5_CLIENT_SECRET="secret"