aap: Fix intl and opcache
This commit is contained in:
parent
94626898f1
commit
0a9592310f
2 changed files with 1967 additions and 1 deletions
|
@ -17,6 +17,7 @@ RUN apk add --update --no-cache \
|
|||
php81-gd \
|
||||
php81-gmp \
|
||||
php81-iconv \
|
||||
php81-intl \
|
||||
php81-json \
|
||||
php81-mbstring \
|
||||
php81-opcache \
|
||||
|
@ -32,7 +33,7 @@ RUN apk add --update --no-cache \
|
|||
php81-zlib
|
||||
|
||||
## Configure apache
|
||||
COPY assets/php8.ini /etc/php8/php.ini
|
||||
COPY assets/php81.ini /etc/php81/php.ini
|
||||
COPY assets/httpd.conf /etc/apache2/httpd.conf
|
||||
RUN chown apache:apache /run/apache2
|
||||
|
||||
|
|
1965
aap/assets/php81.ini
Normal file
1965
aap/assets/php81.ini
Normal file
File diff suppressed because it is too large
Load diff
Reference in a new issue