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"