mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-01-18 12:34:32 -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 \
|
tar \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
RUN pip3 install --upgrade pip && \
|
RUN pip install --upgrade pip && \
|
||||||
pip3 install nextcloud_news_updater && \
|
pip install nextcloud_news_updater
|
||||||
mv /etc/php8 /etc/php && \
|
|
||||||
|
RUN mv /etc/php8 /etc/php && \
|
||||||
ln -s /etc/php /etc/php8 && \
|
ln -s /etc/php /etc/php8 && \
|
||||||
mv /etc/init.d/php-fpm8 /etc/init.d/php-fpm && \
|
mv /etc/init.d/php-fpm8 /etc/init.d/php-fpm && \
|
||||||
ln -s /etc/init.d/php-fpm /etc/init.d/php-fpm8 && \
|
ln -s /etc/init.d/php-fpm /etc/init.d/php-fpm8 && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user