[Git][NTPsec/ntpsec][master] Make sure Gentoo docker image contains a copy of portage
Matt Selsky (@selsky)
gitlab at mg.gitlab.com
Wed Dec 21 05:51:34 UTC 2022
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
cd7fbcde by Matt Selsky at 2022-12-21T00:50:04-05:00
Make sure Gentoo docker image contains a copy of portage
Based on help from https://github.com/gentoo/gentoo-docker-images
- - - - -
1 changed file:
- .dockerfiles/gentoo
Changes:
=====================================
.dockerfiles/gentoo
=====================================
@@ -1,4 +1,8 @@
+FROM gentoo/portage as portage
+
FROM gentoo/stage3
+COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
+
RUN emerge-webrsync
RUN emerge -q y sys-libs/libcap sys-devel/bison net-misc/pps-tools
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/cd7fbcde64327859bc8f1d2961dc74a9c30aa20a
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/cd7fbcde64327859bc8f1d2961dc74a9c30aa20a
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20221221/f4275884/attachment.htm>
More information about the vc
mailing list