Skip to content

Commit 31cb95d

Browse files
committed
Fix apb-base canary
1 parent b42c0f0 commit 31cb95d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile-canary

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ RUN yum -y install epel-release centos-release-openshift-origin \
2929
python-setuptools \
3030
&& yum clean all
3131

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+
3238
RUN pip install \
3339
https://github.com/ansible/ansible/archive/devel.tar.gz \
3440
https://github.com/ansible/ansible-runner/archive/master.tar.gz \

0 commit comments

Comments
 (0)