From 3f7963a475f77092697f5a4d725fffcf7a540c2d Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 4 Oct 2022 21:59:35 -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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e18a66a..5146d58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,9 +84,10 @@ RUN apk --update --no-cache add -t build-dependencies \ tar \ wget -RUN pip3 install --upgrade pip && \ - pip3 install nextcloud_news_updater && \ - mv /etc/php8 /etc/php && \ +RUN pip install --upgrade pip && \ + pip install nextcloud_news_updater + +RUN mv /etc/php8 /etc/php && \ ln -s /etc/php /etc/php8 && \ mv /etc/init.d/php-fpm8 /etc/init.d/php-fpm && \ ln -s /etc/init.d/php-fpm /etc/init.d/php-fpm8 && \