From 33adf554c7a1952f8acdc9e56b8438d8865996b1 Mon Sep 17 00:00:00 2001 From: NiNiyas Date: Tue, 2 Jan 2024 15:54:35 +0530 Subject: [PATCH] fix: fixed CI build --- Dockerfile | 5 ++--- Dockerfile.armhf | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 649e3fd..2800795 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,9 +21,8 @@ RUN wget -O - $RESTIC_URL | bzip2 -d -c > /bin/restic && \ mv rclone-*/rclone /bin/rclone && \ chmod +x /bin/restic /bin/rclone && \ rm -rf rclone.zip rclone-* && \ - apk add --no-cache --update tzdata tini python3 git py-pip logrotate shadow bash wget && \ - pip3 install -U pip && \ - pip3 install apprise && \ + apk add --no-cache --upgrade tzdata tini python3 py3-pip git logrotate shadow bash wget && \ + pip install -U --no-cache-dir pip apprise --break-system-packages && \ apk --purge del git COPY /root / diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 9a09124..8ed6556 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -22,9 +22,8 @@ RUN wget -O - $RESTIC_URL | bzip2 -d -c > /bin/restic && \ mv rclone-*/rclone /bin/rclone && \ chmod +x /bin/restic /bin/rclone && \ rm -rf rclone.zip rclone-* && \ - apk add --no-cache --update tzdata tini python3 git py-pip logrotate shadow bash wget && \ - pip3 install -U pip && \ - pip3 install apprise && \ + apk add --no-cache --upgrade tzdata tini python3 py3-pip git logrotate shadow bash wget && \ + pip install -U --no-cache-dir pip apprise --break-system-packages && \ apk --purge del git COPY /root /