mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-03 14:32:40 +00:00
Added additional php packages
This commit is contained in:
parent
5316ac628a
commit
f677a9296f
1 changed files with 5 additions and 2 deletions
|
@ -21,8 +21,9 @@ RUN apk add --no-cache \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
logrotate \
|
logrotate \
|
||||||
nginx \
|
nginx \
|
||||||
php-fpm \
|
php83 \
|
||||||
php83-dom \
|
php83-dom \
|
||||||
|
php83-fpm \
|
||||||
php83-iconv \
|
php83-iconv \
|
||||||
php83-intl \
|
php83-intl \
|
||||||
php83-mysqli \
|
php83-mysqli \
|
||||||
|
@ -32,7 +33,9 @@ RUN apk add --no-cache \
|
||||||
php83-pdo_sqlite \
|
php83-pdo_sqlite \
|
||||||
php83-pgsql \
|
php83-pgsql \
|
||||||
php83-posix \
|
php83-posix \
|
||||||
php83-sqlite3 && \
|
php83-simplexml \
|
||||||
|
php83-sqlite3 \
|
||||||
|
php83-xml && \
|
||||||
sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && \
|
sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && \
|
||||||
sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate
|
sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue