2021-05-02 13:39:32 +01:00
|
|
|
FROM gsocial/php
|
|
|
|
|
|
|
|
WORKDIR /var/www/social
|
|
|
|
|
|
|
|
RUN apk update \
|
2021-05-05 13:44:34 +01:00
|
|
|
&& apk add --no-cache $PHPIZE_DEPS runuser \
|
2021-05-02 13:39:32 +01:00
|
|
|
&& pecl install xdebug \
|
|
|
|
&& docker-php-ext-enable xdebug
|
2022-01-09 14:44:56 +00:00
|
|
|
|
2022-01-10 23:08:48 +00:00
|
|
|
RUN apk add --no-cache openssh sshpass
|