gnupg shit

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2021-03-06 07:38:54 +03:00
parent 057aa4ff86
commit 3eb3afaa3a
1 changed files with 9 additions and 0 deletions

9
autobuilder/README.md Normal file
View File

@ -0,0 +1,9 @@
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 .
```