mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-01-18 00:34:24 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
76d78797fc
commit
3f7963a475
@ -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 && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user