Add publish for portage-utils
All checks were successful
publish / build-and-publish (push) Successful in 4m11s

This commit is contained in:
2026-02-08 01:07:58 +03:00
commit 32242a7b44
2 changed files with 42 additions and 0 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM gentoo/portage:latest as portage
FROM gentoo/stage3:amd64-openrc
COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
RUN emerge -q app-portage/portage-utils && rm -Rf /var/db/repos/gentoo
ENTRYPOINT [ "/bin/bash" ]