Dateien hochladen nach „php“
This commit is contained in:
parent
9f1464ece5
commit
557269c071
1 changed files with 6 additions and 0 deletions
6
php/Dockerfile
Normal file
6
php/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM php:fpm
|
||||
|
||||
RUN apt update -y
|
||||
RUN apt install -y zlib1g-dev libpng-dev
|
||||
RUN docker-php-ext-install gd
|
||||
RUN docker-php-ext-install pdo_mysql
|
Reference in a new issue