initial commit

This commit is contained in:
Aaron Riedel 2022-05-05 10:43:06 +02:00
commit bbe3779f06
Signed by: aaron
GPG key ID: 643004654D40D577
2 changed files with 3 additions and 0 deletions

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM php:8.1.5-apache-bullseye
RUN docker-php-ext-install mysqli pdo pdo_mysql && docker-php-ext-enable pdo_mysql

1
README.md Normal file
View file

@ -0,0 +1 @@
official php:apache Image but with support for MySQL PDO