From a7482648c2df3692fe37baabceab4e7e549d6238 Mon Sep 17 00:00:00 2001 From: kadma Date: Sun, 21 Jan 2024 11:59:44 -0500 Subject: [PATCH] Update Dockerfile --- onedrive/engine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onedrive/engine/Dockerfile b/onedrive/engine/Dockerfile index c8df13f..91f93d3 100644 --- a/onedrive/engine/Dockerfile +++ b/onedrive/engine/Dockerfile @@ -2,14 +2,14 @@ FROM ubuntu WORKDIR /app -COPY . . - RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget -y RUN git clone https://github.com/TheCaduceus/Microsoft-E5-Auto-Renewal RUN pip install -r requirements.txt +COPY . . + ENV E5_CLIENT_ID="id" ENV E5_CLIENT_SECRET="secret"