add openssl to base image

we use openssl in many of our start scripts for password generation, so
openssl should probably be part of the base image.

Change-Id: I893adfa3b7d17249b6814fc161e6f3f1696d8cd6
This commit is contained in:
Lars Kellogg-Stedman 2014-10-05 16:25:14 -04:00
parent 82536f830e
commit cab0499c66

View File

@ -7,6 +7,7 @@ RUN yum install -y https://rdo.fedorapeople.org/rdo-release.rpm
RUN yum install -y \
mariadb-libs \
openssl \
openstack-utils \
pyparsing \
python-alembic \