client: Dockerfiles: remote: root: add PACKAGER to makepkg

When querying with pacman, provides clearer information instead of
"Unknown Packager".
This commit is contained in:
2025-11-13 13:58:04 -08:00
parent cf3eccd52b
commit 8bd51fed65

View File

@@ -78,6 +78,6 @@ RUN sed -i -e '/^ qt6-webengine$/d' PKGBUILD
# Do not build root debug package # Do not build root debug package
RUN sed -i "s/options=(\!lto)$/options=('\!debug' '\!lto')/" PKGBUILD RUN sed -i "s/options=(\!lto)$/options=('\!debug' '\!lto')/" PKGBUILD
RUN makepkg -sci --noconfirm RUN PACKAGER="https://gitea.com/EvergreenCrypto/docker-finance" makepkg -sci --noconfirm
# vim: sw=2 sts=2 si ai et # vim: sw=2 sts=2 si ai et