Files
alpine-base/v3.19/Dockerfile

5 lines
82 B
Docker

FROM scratch
LABEL maintainer="fithwum"
ADD alpine-v3.19.tar.gz /
CMD ["/bin/sh"]