mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Also adding an upgrade of pycrypto to ubuntu1204 config
This commit is contained in:
@@ -53,7 +53,7 @@ RUN apt-get install -y \
|
|||||||
python-setuptools \
|
python-setuptools \
|
||||||
python-virtualenv \
|
python-virtualenv \
|
||||||
python-yaml
|
python-yaml
|
||||||
RUN pip install --upgrade jinja2
|
RUN pip install --upgrade jinja2 pycrypto
|
||||||
RUN rm /etc/apt/apt.conf.d/docker-clean
|
RUN rm /etc/apt/apt.conf.d/docker-clean
|
||||||
RUN /bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
|
RUN /bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
|
||||||
RUN mkdir /etc/ansible/
|
RUN mkdir /etc/ansible/
|
||||||
|
|||||||
Reference in New Issue
Block a user