Skip to content

Commit 8095c9e

Browse files
author
Thallis Soares
committed
PHP FPM + XDebug
1 parent bce9062 commit 8095c9e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ RUN set -xe \
1919
autoconf \
2020
cyrus-sasl-dev \
2121
libgsasl-dev \
22-
nano \
23-
shadow \
2422
&& apk add --no-cache --update libmemcached-libs zlib \
2523
&& set -xe \
2624
&& apk add --no-cache --update --virtual .phpize-deps $PHPIZE_DEPS \
@@ -37,6 +35,9 @@ RUN set -xe \
3735
&& docker-php-ext-enable xdebug \
3836
&& php -m \
3937
&& php --ini \
38+
&& apk add --no-cahe
39+
&& nano \
40+
&& shadow \
4041
&& rm -rf /usr/share/php \
4142
&& rm -rf /tmp/* \
4243
&& apk del .memcached-deps .phpize-deps

0 commit comments

Comments
 (0)