Skip to content

Commit b75bc63

Browse files
committed
docker: ping Jinja2 version to 2.8
pallets/jinja#1138
1 parent 0758236 commit b75bc63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ RUN ln -s /lib /lib64 \
4949
&& \
5050
pip${PYTHON_VERSION} install pip --upgrade && \
5151
pip${PYTHON_VERSION} install --upgrade --no-cache-dir -r /opt/requirements.txt && \
52-
pip${PYTHON_VERSION} install --upgrade --no-cache-dir ansible==${ANSIBLE_VERSION} \
52+
# avoid Jinja 2.11 until https://github.com/pallets/jinja/issues/1138
53+
pip${PYTHON_VERSION} install --upgrade --no-cache-dir ansible==${ANSIBLE_VERSION} Jinja2==2.8 \
5354
&& \
5455
ln -s $(which python${PYTHON_VERSION}) /bin/python \
5556
&& \

0 commit comments

Comments
 (0)