4 lines
82 B
Docker
4 lines
82 B
Docker
FROM scratch
|
|
ADD alpine-minirootfs-3.21.2-x86_64.tar.gz /
|
|
CMD ["/bin/sh"]
|