Update workflow
This commit is contained in:
5
.gitea/actions/drop-ebuilds-matching/Dockerfile
Normal file
5
.gitea/actions/drop-ebuilds-matching/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