From d970bc93204f2445f239a683b51bce9d5787621f Mon Sep 17 00:00:00 2001 From: kadma Date: Sun, 21 Jan 2024 12:38:31 -0500 Subject: [PATCH] Update Dockerfile --- onedrive/cron/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/onedrive/cron/Dockerfile b/onedrive/cron/Dockerfile index 96e0915..c33d738 100644 --- a/onedrive/cron/Dockerfile +++ b/onedrive/cron/Dockerfile @@ -4,6 +4,8 @@ WORKDIR /app RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget curl -y +RUN pip install schedule + COPY . . ENV IP_PING="127.0.0.1:8080"