From 296aa345ec06c468168ee7fb8cf2bce7e2b67d37 Mon Sep 17 00:00:00 2001 From: dweinholz Date: Thu, 19 Sep 2024 10:58:37 +0200 Subject: [PATCH] pip brak system packages --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 287e446..a826e75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ RUN apk add --update --no-cache \ busybox-extras \ ssmtp -RUN pip3 install --upgrade pip -RUN pip3 install s3cmd +RUN pip3 install --upgrade pip --break-system-packages. +RUN pip3 install s3cmd --break-system-packages. RUN touch /var/log/cron.log