mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Use distro packaged jinja2 instead of pip version.
This commit is contained in:
parent
b5d5888b6e
commit
34bca6fb55
2 changed files with 4 additions and 2 deletions
|
@ -27,6 +27,7 @@ RUN apt-get update -y && \
|
|||
python-coverage \
|
||||
python-dev \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
python-mock \
|
||||
python-mysqldb \
|
||||
|
@ -49,7 +50,7 @@ RUN apt-get update -y && \
|
|||
&& \
|
||||
apt-get clean
|
||||
|
||||
RUN pip install --upgrade jinja2 pycrypto
|
||||
RUN pip install --upgrade pycrypto
|
||||
|
||||
# helpful things taken from the ubuntu-upstart Dockerfile:
|
||||
# https://github.com/tianon/dockerfiles/blob/4d24a12b54b75b3e0904d8a285900d88d3326361/sbin-init/ubuntu/upstart/14.04/Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue