kuryr/contrib/busybox/Dockerfile

4 lines
45 B
Docker

FROM scratch
ADD busybox.tar.xz /
CMD ["sh"]