From 0552fa155b1147bbe5a76f6e624f919be5528e0a Mon Sep 17 00:00:00 2001 From: kadma Date: Sun, 21 Jan 2024 12:35:48 -0500 Subject: [PATCH] Update Dockerfile --- onedrive/cron/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . .