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:
parent
4cbc708c1d
commit
bbef2431bc
@ -22,6 +22,8 @@ RUN set -ex \
|
|||||||
curl \
|
curl \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
|
gpg \
|
||||||
|
gpg-agent \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
netbase \
|
netbase \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user