mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Use distro packaged jinja2 instead of pip version.
This commit is contained in:
@@ -19,6 +19,7 @@ RUN yum clean all && \
|
||||
python-coverage \
|
||||
python-devel \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
python-keyczar \
|
||||
python-mock \
|
||||
python-nose \
|
||||
@@ -39,7 +40,7 @@ RUN yum clean all && \
|
||||
&& \
|
||||
yum clean all
|
||||
|
||||
RUN rpm -e --nodeps python-crypto && pip install --upgrade jinja2 pycrypto
|
||||
RUN rpm -e --nodeps python-crypto && pip install --upgrade pycrypto
|
||||
|
||||
RUN /bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
|
||||
RUN mkdir /etc/ansible/
|
||||
|
||||
Reference in New Issue
Block a user