Skip to content

Commit 1acbe46

Browse files
authored
Merge pull request #51 from jmontleon/fix-canary-base
Fix apb-base canary
2 parents b42c0f0 + 31cb95d commit 1acbe46

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)