Add publish for portage-utils
All checks were successful
publish / build-and-publish (push) Successful in 4m11s
All checks were successful
publish / build-and-publish (push) Successful in 4m11s
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal 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" ]
|
||||
Reference in New Issue
Block a user