5 lines
82 B
Docker
5 lines
82 B
Docker
FROM scratch
|
|
LABEL maintainer="fithwum"
|
|
ADD alpine-v3.18.tar.gz /
|
|
CMD ["/bin/sh"]
|