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:
parent
fa6e282869
commit
964bfd0311
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user