overlay/Dockerfile
Jared Allard c0d6f5971d
feat: automatic updates and elint (#1)
Adds an automatic updater to handle updating ebuilds in this repository
based on the latest version available on the remote.

Also puts `elint` in this repo since I've been working on this one more
than the former.
2024-02-18 17:52:09 -08:00

7 lines
No EOL
247 B
Docker

# Used as the base image for elint and updater.
FROM gentoo/stage3
WORKDIR "/src/updater"
ENTRYPOINT [ "/usr/local/bin/updater" ]
RUN emerge-webrsync
RUN emerge -v dev-vcs/git && ACCEPT_KEYWORDS="~amd64 ~arm64" emerge -v app-portage/pycargoebuild