opcache is now default in debian/php
All checks were successful
ci/woodpecker/cron/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/cron/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM php:8-apache
|
FROM php:8-apache
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninterative
|
ENV DEBIAN_FRONTEND=noninterative
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
RUN apt-get update && apt-get install -y libxml2-utils git
|
RUN apt-get update && apt-get install -y libxml2-utils git
|
||||||
@@ -13,9 +13,6 @@ COPY conf/zz_prod.conf /etc/apache2/conf-available
|
|||||||
RUN a2enconf zz_prod
|
RUN a2enconf zz_prod
|
||||||
|
|
||||||
# PHP Modules
|
# PHP Modules
|
||||||
## opcache
|
|
||||||
RUN docker-php-ext-configure opcache && docker-php-ext-install -j$(nproc) opcache
|
|
||||||
|
|
||||||
## pgsql
|
## pgsql
|
||||||
RUN apt-get install -y libpq-dev && docker-php-ext-configure pgsql && docker-php-ext-install pgsql
|
RUN apt-get install -y libpq-dev && docker-php-ext-configure pgsql && docker-php-ext-install pgsql
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user