Install gnupg1 dependency

This commit is contained in:
Alessandro Fael Garcia 2018-04-13 16:47:07 -07:00
parent 42c1be1b24
commit 68f4939d0f

View File

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