add php 7.3 Apache
This commit is contained in:
commit
5a6a6aae1e
6
php/local/7.3/apache/Dockerfile
Normal file
6
php/local/7.3/apache/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM php:7.3.24-apache-buster
|
||||||
|
|
||||||
|
RUN set -eux; \
|
||||||
|
pecl install xdebug-2.9.8; \
|
||||||
|
docker-php-ext-enable xdebug
|
||||||
|
|
||||||
Reference in New Issue
Block a user