Files
alpine-base/v3.18/Dockerfile

5 lines
82 B
Docker

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