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

# Install XHProf.
RUN install-php-extensions xhprof
