mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
add php/7.3-fpm
This commit is contained in:
9
php/7.3-fpm/Dockerfile
Normal file
9
php/7.3-fpm/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
FROM php:7.3-fpm-alpine
|
||||||
|
|
||||||
|
MAINTAINER Newnius <docker@newnius.com>
|
||||||
|
|
||||||
|
RUN docker-php-source extract \
|
||||||
|
&& docker-php-ext-install pdo_mysql \
|
||||||
|
&& docker-php-source delete
|
||||||
|
|
||||||
|
WORKDIR /var/www/html
|
||||||
Reference in New Issue
Block a user