Add gpg to bionic packages

The `gpg` package does not come preinstalled on Ubuntu Bionic, but is
required in order to run the `genesis_bundle` command. This change adds
an install command for `gpg` to the Bionic image.

Change-Id: I77fa9151fbc947aabb371581ad4defd2cf37af1c
This commit is contained in:
Ian H. Pittwood 2020-01-20 10:43:45 -06:00
parent 4cbc708c1d
commit bbef2431bc
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ RUN set -ex \
curl \
gcc \
git \
gpg \
gpg-agent \
libssl-dev \
netbase \
openssh-client \