Add more shared libs to base image
These are some of the obvious candidates that were installed 10 times or more in the different images. Change-Id: I3ca2a3855689ffa64aef7ee46e58dc4b0dac77d3
This commit is contained in:
parent
5951977eab
commit
4c26bb34d6
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user