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