Merge pull request #204 from infosiftr/gnupg2

Swap from "gnupg2" to "gnupg"
This commit is contained in:
Tianon Gravi 2017-11-01 15:53:48 -07:00 committed by GitHub
commit 89c15edb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM debian:stretch-slim
RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
gnupg2 \
gnupg \
dirmngr \
; \
rm -rf /var/lib/apt/lists/*