From 408b09222cf16b22fed8d1b0c80ceb3f15be11da Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Fri, 13 Apr 2018 16:57:39 -0700 Subject: [PATCH] Replace gnupg1 by gnupg2 --- tests/dockerfiles/Dockerfile.debian-stretch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dockerfiles/Dockerfile.debian-stretch b/tests/dockerfiles/Dockerfile.debian-stretch index 7d924dc..3071aab 100644 --- a/tests/dockerfiles/Dockerfile.debian-stretch +++ b/tests/dockerfiles/Dockerfile.debian-stretch @@ -11,7 +11,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \ systemd \ apt-transport-https \ curl \ - gnupg1 \ + gnupg2 \ && rm -rf /var/lib/apt/lists/* RUN pip install --upgrade setuptools && pip install ansible