[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

@@ -1,4 +1,4 @@
# Latest version of centos
# Latest version of fedora 23
FROM fedora:23
RUN dnf -y update; dnf clean all
RUN (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done); \
@@ -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 \
glibc-common \
@@ -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 -f ISO-8859-1 -i pt_BR pt_BR
RUN localedef --quiet -f ISO-8859-1 -i es_MX es_MX
RUN /usr/bin/sed -i -e 's/^\(Defaults\s*requiretty\)/#--- \1/' /etc/sudoers