Fix docker builds.

gnupg2 is missing on latest debian:unstable.
This commit is contained in:
Mark Stemm
2016-08-05 17:51:54 -07:00
parent b6f08cc403
commit 0c44711e76
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bash-completion \
curl \
gnupg2 \
ca-certificates \
gcc \
gcc-4.9 && rm -rf /var/lib/apt/lists/*

View File

@@ -19,6 +19,7 @@ RUN apt-get update \
bash-completion \
curl \
ca-certificates \
gnupg2 \
gcc \
gcc-4.9 && rm -rf /var/lib/apt/lists/*