diff --git a/tests/dockerfiles/Dockerfile.debian-stretch b/tests/dockerfiles/Dockerfile.debian-stretch index 26135da..7d924dc 100644 --- a/tests/dockerfiles/Dockerfile.debian-stretch +++ b/tests/dockerfiles/Dockerfile.debian-stretch @@ -11,6 +11,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \ systemd \ apt-transport-https \ curl \ + gnupg1 \ && rm -rf /var/lib/apt/lists/* RUN pip install --upgrade setuptools && pip install ansible