ARG BASE_IMAGE=latest
FROM chialab/php:${BASE_IMAGE}
LABEL maintainer="dev@chialab.io"

# Install XDebug.
RUN install-php-extensions xdebug
