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.
7 lines
No EOL
247 B
Docker
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 |