apk add
--no-cache
1 parent b3fa6e2 commit 34f297fCopy full SHA for 34f297f
2 files changed
5/Dockerfile
@@ -35,7 +35,7 @@ RUN set -x \
35
| sort -u \
36
| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
37
)" \
38
-&& apk add --virtual .phpexts-rundeps $runDeps \
+&& apk add --no-cache --virtual .phpexts-rundeps $runDeps \
39
&& apk del --no-network .build-deps
40
41
COPY *.php /var/www/html/
5/fastcgi/Dockerfile
@@ -31,7 +31,7 @@ RUN set -x \
31
32
33
34
0 commit comments