Avoid cache in Alpine apk add

This commit is contained in:
Robbert Klarenbeek 2016-05-17 22:34:17 +02:00
parent a783b638e2
commit 85d48c88b3
4 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ RUN set -xe \
| xargs -r apk info --installed \
| sort -u \
)" \
&& apk add --virtual .php-rundeps $runDeps \
&& apk add --no-cache --virtual .php-rundeps $runDeps \
&& apk del .build-deps
COPY docker-php-ext-* /usr/local/bin/

View File

@ -83,7 +83,7 @@ RUN set -xe \
| xargs -r apk info --installed \
| sort -u \
)" \
&& apk add --virtual .php-rundeps $runDeps \
&& apk add --no-cache --virtual .php-rundeps $runDeps \
&& apk del .build-deps
COPY docker-php-ext-* /usr/local/bin/

View File

@ -83,7 +83,7 @@ RUN set -xe \
| xargs -r apk info --installed \
| sort -u \
)" \
&& apk add --virtual .php-rundeps $runDeps \
&& apk add --no-cache --virtual .php-rundeps $runDeps \
&& apk del .build-deps
COPY docker-php-ext-* /usr/local/bin/

View File

@ -83,7 +83,7 @@ RUN set -xe \
| xargs -r apk info --installed \
| sort -u \
)" \
&& apk add --virtual .php-rundeps $runDeps \
&& apk add --no-cache --virtual .php-rundeps $runDeps \
&& apk del .build-deps
COPY docker-php-ext-* /usr/local/bin/