Skip to content

Instantly share code, notes, and snippets.

@hrysd
Created October 15, 2019 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrysd/4028d8be865e3f355161c8dd057c4b62 to your computer and use it in GitHub Desktop.
Save hrysd/4028d8be865e3f355161c8dd057c4b62 to your computer and use it in GitHub Desktop.
Gentoo の Docker イメージ
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment