mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-30 07:50:43 +00:00
[WIP] Extra test and build dependencies in Docker images (#15692)
* Merge conflicts: * [skip ci] Revert changes to run_tests.sh gundalow will update this in a different PR * [skip ci] Add in ubuntu1604 and opensuseleap NOTE: We are not configuring anything to use these new images yet. Therefore no impact on Travis performance * python-mysql for opensuse * It's mysql-server on centos6
This commit is contained in:
parent
8d3da09eae
commit
1861151fa4
8 changed files with 200 additions and 7 deletions
|
|
@ -11,7 +11,9 @@ rm -f /lib/systemd/system/basic.target.wants/*; \
|
|||
rm -f /lib/systemd/system/anaconda.target.wants/*;
|
||||
RUN dnf -y install \
|
||||
acl \
|
||||
asciidoc \
|
||||
dbus-python \
|
||||
bzip2 \
|
||||
file \
|
||||
findutils \
|
||||
git \
|
||||
|
|
@ -19,6 +21,8 @@ RUN dnf -y install \
|
|||
iproute \
|
||||
make \
|
||||
mercurial \
|
||||
mariadb-server \
|
||||
MySQL-python \
|
||||
procps \
|
||||
PyYAML \
|
||||
python-coverage \
|
||||
|
|
@ -32,6 +36,7 @@ RUN dnf -y install \
|
|||
python-pip \
|
||||
python-setuptools \
|
||||
python-virtualenv \
|
||||
rpm-build \
|
||||
rubygems \
|
||||
subversion \
|
||||
sudo \
|
||||
|
|
@ -40,7 +45,8 @@ RUN dnf -y install \
|
|||
which \
|
||||
openssh-clients \
|
||||
openssh-server \
|
||||
yum
|
||||
yum \
|
||||
zip
|
||||
RUN localedef --quiet -c -i en_US -f UTF-8 en_US.UTF-8
|
||||
RUN /usr/bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers
|
||||
RUN mkdir /etc/ansible/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue