We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce9062 commit 8095c9eCopy full SHA for 8095c9e
1 file changed
Dockerfile
@@ -19,8 +19,6 @@ RUN set -xe \
19
autoconf \
20
cyrus-sasl-dev \
21
libgsasl-dev \
22
- nano \
23
- shadow \
24
&& apk add --no-cache --update libmemcached-libs zlib \
25
&& set -xe \
26
&& apk add --no-cache --update --virtual .phpize-deps $PHPIZE_DEPS \
@@ -37,6 +35,9 @@ RUN set -xe \
37
35
&& docker-php-ext-enable xdebug \
38
36
&& php -m \
39
&& php --ini \
+ && apk add --no-cahe
+ && nano \
40
+ && shadow \
41
&& rm -rf /usr/share/php \
42
&& rm -rf /tmp/* \
43
&& apk del .memcached-deps .phpize-deps
0 commit comments