Created
October 15, 2019 05:00
-
-
Save hrysd/4028d8be865e3f355161c8dd057c4b62 to your computer and use it in GitHub Desktop.
Gentoo の Docker イメージ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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