gnu-social/docker/testing/Dockerfile
2021-09-14 13:13:00 +01:00

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