khalyomede/systempay

View on GitHub
docker/php-7-1/Dockerfile

Summary

Maintainability
Test Coverage
FROM php:7.1-alpine

RUN apk add --no-cache composer $PHPIZE_DEPS
RUN pecl install xdebug
RUN docker-php-ext-enable xdebug 

USER www-data