Remove default command that makes no sense
This commit is contained in:
parent
e7cd3b91a2
commit
e3c8f36f62
|
|
@ -29,5 +29,3 @@ RUN set -x \
|
||||||
&& mkdir -p rootfs-bin \
|
&& mkdir -p rootfs-bin \
|
||||||
&& ln busybox rootfs-bin/ \
|
&& ln busybox rootfs-bin/ \
|
||||||
&& rootfs-bin/busybox --install rootfs-bin
|
&& rootfs-bin/busybox --install rootfs-bin
|
||||||
|
|
||||||
CMD ["./busybox"]
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue