mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
7 lines
140 B
Docker
7 lines
140 B
Docker
ARG BASE_IMAGE=latest
|
|
FROM chialab/php:${BASE_IMAGE}
|
|
LABEL maintainer="dev@chialab.io"
|
|
|
|
# Install XDebug.
|
|
RUN install-php-extensions xdebug
|