We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f66e79 commit d37a414Copy full SHA for d37a414
1 file changed
.pipelines/containerSourceData/busybox/Dockerfile-Busybox
@@ -33,8 +33,7 @@ RUN mkdir /staging \
33
&& pushd /staging \
34
&& rm -rf boot media mnt opt run \
35
&& rm -rf usr/lib/sysimage \
36
- && rm -rf var/cache \
37
- && rm -rf var/lib/rpm; \
+ && rm -rf var/cache; \
38
ln -vL /staging/usr/sbin/busybox /staging/bin/; \
39
chroot /staging /bin/busybox --install -s /bin
40
0 commit comments