include mariadb and crux in base image

these tools are required by almost all of our images.

Change-Id: I217b766a0c573e530da03aa81a7caf4548b0d2b3
This commit is contained in:
Lars Kellogg-Stedman 2014-10-09 10:35:59 -04:00
parent fa6e282869
commit 964bfd0311

View File

@ -4,6 +4,8 @@ MAINTAINER Steven Dake <sdake@redhat.com>
RUN yum install -y https://rdo.fedorapeople.org/rdo-release.rpm
RUN yum update -y; yum clean all
RUN yum install -y \
crux \
mariadb \
mariadb-libs \
openssl \
openstack-utils \