FROM scratch ENV ALPINE_VERSION 3.8.0 ENV ALPINE_ARCH x86_64 ADD alpine-minirootfs-$ALPINE_VERSION-$ALPINE_ARCH.tar.gz / CMD ["/bin/sh"]