Replace gnupg1 by gnupg2

This commit is contained in:
Alessandro Fael Garcia 2018-04-13 16:57:39 -07:00
parent 68f4939d0f
commit 408b09222c

View File

@ -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