Files
docker-php/xhprof/Dockerfile
T

7 lines
140 B
Docker

ARG BASE_IMAGE=chialab/php:latest
FROM ${BASE_IMAGE}
LABEL maintainer="dev@chialab.io"
# Install XHProf.
RUN install-php-extensions xhprof