mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +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:
committed by
Toshio Kuratomi
parent
8d3da09eae
commit
1861151fa4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user