gentoo-remote-builder/Dockerfile

7 lines
121 B
Docker

FROM gentoo/stage3:systemd
ADD ./entrypoint.sh /
ADD ./world /var/lib/portage/world
CMD [ "bash" , "./entrypoint.sh" ]