Merge "include mariadb and crux in base image"

This commit is contained in:
Jenkins 2014-10-13 20:31:18 +00:00 committed by Gerrit Code Review
commit dfed1d205f

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 \