Files
alpine-base/v3.20/Dockerfile

5 lines
82 B
Docker

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