mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing typo in ubuntu1204 docker config
This commit is contained in:
parent
ff5584a349
commit
af282eb979
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ RUN apt-get install -y \
|
||||||
python-setuptools \
|
python-setuptools \
|
||||||
python-virtualenv \
|
python-virtualenv \
|
||||||
python-yaml
|
python-yaml
|
||||||
RUN RUN pip install --upgrade jinja2
|
RUN pip install --upgrade jinja2
|
||||||
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/
|
||||||
|
|
Loading…
Reference in a new issue