mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
6 lines
112 B
Docker
6 lines
112 B
Docker
FROM chialab/php:8.0-fpm
|
|
LABEL maintainer="dev@chialab.io"
|
|
|
|
# Install XDebug.
|
|
RUN install-php-extensions xdebug
|