From a59b0053f0449b2807fd9b4490cf6082b1c61864 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 4 Oct 2022 22:31:59 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 42fb428..b3d8259 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ ARG LICENSE=WTFPL \ NEXTCLOUD_VERSION=24.0.5 \ ALPINE_VERSION=edge \ SMBCLIENT_VERSION=1.0.6 \ + NEXTCLOUD_UPDATE=1 \ PGID=1000 \ PUID=1000 @@ -23,8 +24,6 @@ RUN mkdir -p /bin/ /config/ /data/ && \ apk update -U --no-cache \ apk add --no-cache \ icu-data-full \ - python3 \ - py3-pip \ curl \ gnupg \ tar \ @@ -92,7 +91,10 @@ RUN apk --update --no-cache add -t build-dependencies \ php8-pear \ samba-dev -RUN python3 -m pip install --upgrade pip && \ +RUN apk add --no-cache \ + python3 \ + py3-pip \ + python3 -m pip install --upgrade pip && \ python3 -m pip install nextcloud_news_updater RUN mv /etc/php8 /etc/php && \