1 changed file
apache-8.3-config | ||
inject-custom.txt | ||
Add comment 20 chmod uga+x /usr/local/bin/install-php-extensions && \
Add comment 21 apt install -y curl
Add comment 22
Add comment 23 Minus RUN set -eux;install-php-extensions intl bcmath pdo_pgsql pdo_mysql opcache memcached redis
Add comment 23 Plus RUN set -eux;install-php-extensions intl bcmath pdo_pgsql pdo_mysql opcache memcached redis sockets
Add comment 24
Add comment 25 RUN set -eux; \
Add comment 26 a2enmod rewrite env headers && \