Files
structure/dockerfiles/php-fpm/php84.Dockerfile
WP Studio 4ff85e1215 * up and set concrete mariadb 11.8.5
+ ldap for php 8.4
2026-02-11 14:40:23 +03:00

10 lines
170 B
Docker

# syntax = edrevo/dockerfile-plus
FROM dimti/php:8.4
ARG PHP_VERSION=8.4
ENV PHP_VERSION ${PHP_VERSION}
RUN docker-php-ext-install ldap
INCLUDE+ ./php.base.Dockerfile