builder/autobuilder/README.md
fbt 3eb3afaa3a gnupg shit
Signed-off-by: fbt <fbt@fleshless.org>
2021-03-06 07:38:54 +03:00

275 B

autobuilder image

For some packages, you might need to import some pgp keys into the image. Use the ./gnupg directory to do so, then rebuild the image:

GNUPGHOME=./gnupg gpg --recv-keys <keyid>
podman build --rm -t localhost/spark:autobuilder .