Merge pull request #7868 from shpilevoy/patch-1

Added gpg-agent dependency
This commit is contained in:
L-Hudson 2019-01-23 14:25:42 -05:00 committed by GitHub
commit 8a89b4c7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ from the repository.
apt-transport-https \
ca-certificates \
curl \
gnupg2 \
gnupg-agent \
software-properties-common
```