Skip to content

Instantly share code, notes, and snippets.

@hrysd
Created October 15, 2019 05:00
Show Gist options
  • Select an option

  • Save hrysd/4028d8be865e3f355161c8dd057c4b62 to your computer and use it in GitHub Desktop.

Select an option

Save hrysd/4028d8be865e3f355161c8dd057c4b62 to your computer and use it in GitHub Desktop.

Revisions

  1. hrysd created this gist Oct 15, 2019.
    7 changes: 7 additions & 0 deletions Dockerfile
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    FROM gentoo/portage:latest as portage

    FROM gentoo/stage3-amd64:latest

    COPY --from=portage /var/db /var/db

    RUN echo "GENTOO_MIRRORS=\"rsync://rsync.jp.gentoo.org/gentoo-portage/\"" >> /etc/portage/make.conf