Archived
1
0
Fork 0

aap: Fix intl and opcache

This commit is contained in:
J. Elfring 2023-06-02 17:09:46 +02:00
parent 94626898f1
commit 0a9592310f
2 changed files with 1967 additions and 1 deletions

View file

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

File diff suppressed because it is too large Load diff