Install GNU Privacy Guard on Gitea servers
The install-docker role uses the apt-key utility which expects to have GPG installed, so include the package for it (this seems to have been manually installed or preinstalled on the images for our existing Gitea servers, but our new images do not include it). Change-Id: I28d748fab35e22219a7278603ed984aaa7658ef0
This commit is contained in:
parent
c2f3f53389
commit
f8bf371583
@ -6,5 +6,6 @@ distro_packages:
|
||||
- vim-nox
|
||||
- unattended-upgrades
|
||||
- mailutils
|
||||
- gnupg
|
||||
sftp_path: /usr/lib/openssh/sftp-server
|
||||
ssh_service_name: ssh
|
||||
|
Loading…
Reference in New Issue
Block a user