Files

7 lines
136 B
Docker

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