Skip to content

Commit f6e0eef

Browse files
committed
Remove all downloaded temporary Alpine apk files.
1 parent ba8e2ff commit f6e0eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN apk add --no-cache --virtual .build-deps curl binutils \
140140
&& tar -xf /tmp/libz.tar.xz -C /tmp/libz \
141141
&& mv /tmp/libz/usr/lib/libz.so* /usr/glibc-compat/lib \
142142
&& apk del --purge .build-deps glibc-i18n \
143-
&& rm -rf /tmp/${GLIBC_VER}.apk /tmp/gcc /tmp/gcc-libs.tar.xz /tmp/libz /tmp/libz.tar.xz /var/cache/apk/*
143+
&& rm -rf /tmp/*.apk /tmp/gcc /tmp/gcc-libs.tar.xz /tmp/libz /tmp/libz.tar.xz /var/cache/apk/*
144144
EOI
145145
}
146146

0 commit comments

Comments
 (0)