1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 11:39:02 +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:
John R Barker 2016-05-20 15:37:06 +01:00 committed by Toshio Kuratomi
parent 8d3da09eae
commit 1861151fa4
8 changed files with 200 additions and 7 deletions

View file

@ -11,13 +11,18 @@ rm -f /lib/systemd/system/basic.target.wants/*; \
rm -f /lib/systemd/system/anaconda.target.wants/*;
RUN yum -y install \
acl \
asciidoc \
dbus-python \
bzip2 \
epel-release \
file \
git \
iproute \
make \
mercurial \
mariadb-server \
MySQL-python \
rpm-build \
rubygems \
subversion \
sudo \