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 podman build --rm -t localhost/spark:autobuilder . ```