This helps combat the following race condition: + rm -rf /tmp/tmp.FHddOB rm: can't remove '/tmp/tmp.FHddOB/S.gpg-agent.browser': No such file or directory
@@ -51,7 +51,8 @@ RUN set -euxo pipefail; \
) \
done; \
\
- rm -rf "$GNUPGHOME"; \
+ gpgconf --kill all; \
+ rm -r "$GNUPGHOME"; \
ls -lAFh bin/manifest-tool-*; \
file bin/manifest-tool-*