Install dirmngr dependency

This commit is contained in:
Alessandro Fael Garcia 2018-04-13 17:10:29 -07:00
parent 408b09222c
commit 722b99d766

View File

@ -12,6 +12,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends \
apt-transport-https \
curl \
gnupg2 \
dirmngr \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --upgrade setuptools && pip install ansible