File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,25 +17,18 @@ USER root
1717
1818RUN install-php-extensions \
1919 bcmath \
20- excimer \
2120 exif \
2221 ffi \
2322 ftp \
2423 gd \
2524 gettext \
2625 gmp \
27- iconv \
2826 imagick \
2927 intl \
3028 opentelemetry \
31- pdo_sqlite \
32- phar \
33- posix \
3429 protobuf \
35- simplexml \
3630 soap \
3731 sockets \
38- sodium \
3932 sqlite3 \
4033 xsl \
4134 uv
@@ -48,8 +41,8 @@ RUN sed -i 's/apt-get install -y \$DEP_PACKAGES/apt-get install -y --no-install-
4841# Remove directory serving from nginx config
4942ARG VARIANT
5043RUN if [ "$VARIANT" = "fpm" ]; then \
51- sed -i 's/try_files \$ uri \$ uri\/ /try_files $uri /' /etc/nginx/site-opts.d/http.conf.template; \
52- sed -i 's/try_files \$ uri \$ uri\/ /try_files $uri /' /etc/nginx/site-opts.d/https.conf.template; \
44+ sed -i 's/try_files \$ uri \$ uri\/ /try_files $uri /' /etc/nginx/site-opts.d/http.conf.template; \
45+ sed -i 's/try_files \$ uri \$ uri\/ /try_files $uri /' /etc/nginx/site-opts.d/https.conf.template; \
5346 fi
5447
5548COPY --chmod=755 common/ /
@@ -70,7 +63,7 @@ ENV AUTORUN_LARAVEL_MIGRATION=false
7063ENV AUTORUN_LARAVEL_OPTIMIZE=true
7164ENV PHP_OPCACHE_ENABLE=1
7265ENV PHP_OPCACHE_JIT=on
73- ENV PHP_OPCACHE_JIT_BUFFER_SIZE=100M
66+ ENV PHP_OPCACHE_JIT_BUFFER_SIZE=32M
7467ENV PHP_OPCACHE_VALIDATE_TIMESTAMPS=0
7568ENV PHP_OPCACHE_INTERNED_STRINGS_BUFFER=16
7669ENV PHP_MAX_EXECUTION_TIME=55
You can’t perform that action at this time.
0 commit comments