We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b42c0f0 + 31cb95d commit 1acbe46Copy full SHA for 1acbe46
Dockerfile-canary
@@ -29,6 +29,12 @@ RUN yum -y install epel-release centos-release-openshift-origin \
29
python-setuptools \
30
&& yum clean all
31
32
+#Workaround for installing python-daemon (pulled in by ansible-runner)
33
+RUN pip install docutils
34
+
35
+#Pin Jinja2 to work around https://github.com/ansible/ansible/issues/40185
36
+RUN pip install Jinja2==2.7.2
37
38
RUN pip install \
39
https://github.com/ansible/ansible/archive/devel.tar.gz \
40
https://github.com/ansible/ansible-runner/archive/master.tar.gz \
0 commit comments