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:
parent
82536f830e
commit
cab0499c66
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user