devwebiut/Dockerfile
2023-05-23 11:19:18 +02:00

6 lines
79 B
Docker

FROM php:8.1.7-apache
RUN docker-php-ext-install \
mysqli \
pdo_mysql