Merge "Add more shared libs to base image"

This commit is contained in:
Zuul 2018-07-13 12:07:32 +00:00 committed by Gerrit Code Review
commit 20736a2111
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'fontconfig',
'fontpackages-filesystem',
'freetype',
'gnutls',
'initscripts',
'iproute',
'libjpeg-turbo',
@ -28,6 +29,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'libXi',
'libxslt',
'libyaml',
'mailcap',
'MySQL-python',
'openssl',
'python2-pyOpenSSL',
@ -42,6 +44,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python2-futurist',
'python2-greenlet',
'python2-iso8601',
'python2-oslo-cache',
'python2-oslo-concurrency',
'python2-oslo-config',
'python2-oslo-context',
@ -51,9 +54,12 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python2-oslo-messaging',
'python2-oslo-middleware',
'python2-oslo-policy',
'python2-oslo-reports',
'python2-oslo-rootwrap',
'python2-oslo-serialization',
'python2-oslo-service',
'python2-oslo-utils',
'python2-oslo-versionedobjects',
'python2-pika',
'python2-pika_pool',
'python2-pyasn1',
@ -101,6 +107,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-keystonemiddleware',
'python2-kombu',
'python-linecache2',
'python-logutils',
'python-lxml',
'python-magnumclient',
'python-mako',
@ -117,6 +124,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-novaclient',
'python-openstackclient',
'python-osprofiler',
'python-paramiko',
'python-paste',
'python-paste-deploy',
'python-pbr',