Revert "Kill the gpg-agent"

This reverts commit edada57b6e.
This commit is contained in:
Tilo Spannagel 2018-06-05 00:11:45 +02:00
parent 2714a3cc74
commit 8ac2fb92d2
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429
2 changed files with 0 additions and 2 deletions

View File

@ -99,7 +99,6 @@ RUN set -ex; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
gpg --batch --verify nextcloud.tar.bz2.asc nextcloud.tar.bz2; \
busybox killall gpg-agent || true; \
tar -xjf nextcloud.tar.bz2 -C /usr/src/; \
gpgconf --kill all; \
rm -r "$GNUPGHOME" nextcloud.tar.bz2.asc nextcloud.tar.bz2; \

View File

@ -112,7 +112,6 @@ RUN set -ex; \
# gpg key from https://nextcloud.com/nextcloud.asc
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 28806A878AE423A28372792ED75899B9A724937A; \
gpg --batch --verify nextcloud.tar.bz2.asc nextcloud.tar.bz2; \
busybox killall gpg-agent || true; \
tar -xjf nextcloud.tar.bz2 -C /usr/src/; \
gpgconf --kill all; \
rm -r "$GNUPGHOME" nextcloud.tar.bz2.asc nextcloud.tar.bz2; \