Add gnupg to docker image

This commit is contained in:
Henrik Grimler 2019-01-26 15:43:14 +01:00
parent 62d047e6be
commit 40663c7083

View File

@ -37,6 +37,7 @@ PACKAGES+=" libexpat1-dev" # Needed by ghostscript
PACKAGES+=" libjpeg-dev" # Needed by ghostscript
PACKAGES+=" gawk" # Needed by apr-util
PACKAGES+=" libssl-dev" # Needed to build Rust
PACKAGES+=" gnupg" # Needed to verify downloaded .debs
sudo DEBIAN_FRONTEND=noninteractive \
apt-get install -yq --no-install-recommends $PACKAGES