From 2e116b7baffeeed0b7cc95005bea7df9a0eb6f4e Mon Sep 17 00:00:00 2001 From: Dirk Pahl Date: Wed, 29 Apr 2020 11:06:49 +0200 Subject: [PATCH 1/2] Increase ansible version to 2.8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d2350dc..97a990e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.10.3 LABEL MAINTAINER= -ARG ANSIBLE_VERSION=2.7.* +ARG ANSIBLE_VERSION=2.8.* RUN apk --update --no-cache add \ sudo \ From 41c3417eeeb646c5dc9481a79a09e7dedee5c6e2 Mon Sep 17 00:00:00 2001 From: Dirk Pahl Date: Wed, 29 Apr 2020 11:08:48 +0200 Subject: [PATCH 2/2] Install pymongo python package --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97a990e..201b88b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,8 @@ RUN ln -fsn /usr/bin/pip3 /usr/bin/pip RUN pip install \ ansible-filter==1.1.1 \ - netaddr==0.7.19 + netaddr==0.7.19 \ + pymongo COPY .docker/ / COPY ansible_project_init/ /opt/ansible_project_init/ansible_project_init