This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM dunglas/frankenphp:php8.3-alpine | |
MAINTAINER puzzle9 | |
ARG LEAN_VERSION=3.2.0 | |
RUN install-php-extensions pdo_mysql mbstring exif pcntl pdo bcmath opcache ldap zip gd | |
RUN cp $PHP_INI_DIR/php.ini-production $PHP_INI_DIR/php.ini |