gnu-social/docker/tooling/Dockerfile

9 lines
174 B
Docker

FROM gsocial/php
WORKDIR /var/www/social
RUN apk update \
&& apk add --no-cache $PHPIZE_DEPS runuser \
&& pecl install xdebug \
&& docker-php-ext-enable xdebug