diff --git a/onedrive/cron/Dockerfile b/onedrive/cron/Dockerfile index e7f580b..96e0915 100644 --- a/onedrive/cron/Dockerfile +++ b/onedrive/cron/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu WORKDIR /app -RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget -y +RUN apt update && apt upgrade -y && apt autoremove -y && apt install python3 python3-pip -y && apt install git nano wget curl -y COPY . .