Remove default command that makes no sense

This commit is contained in:
Tianon Gravi 2015-02-03 12:21:19 -07:00
parent e7cd3b91a2
commit e3c8f36f62
1 changed files with 0 additions and 2 deletions

View File

@ -29,5 +29,3 @@ RUN set -x \
&& mkdir -p rootfs-bin \
&& ln busybox rootfs-bin/ \
&& rootfs-bin/busybox --install rootfs-bin
CMD ["./busybox"]