🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-04 21:59:35 -04:00
parent 76d78797fc
commit 3f7963a475
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -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 && \