From 5c8158d89bc0a7980412b97a16134c801657ba53 Mon Sep 17 00:00:00 2001 From: kadma Date: Sun, 21 Jan 2024 11:47:10 -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 e2f528d..077b0c8 100644 --- a/onedrive/engine/Dockerfile +++ b/onedrive/engine/Dockerfile @@ -2,6 +2,8 @@ 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 /app