From 4c26bb34d6362562200af95c25cd31e84407b770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Tue, 10 Jul 2018 11:58:59 +0200 Subject: [PATCH] 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 --- docker/openstack-base/Dockerfile.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker/openstack-base/Dockerfile.j2 b/docker/openstack-base/Dockerfile.j2 index 8948233a05..9bf0369399 100644 --- a/docker/openstack-base/Dockerfile.j2 +++ b/docker/openstack-base/Dockerfile.j2 @@ -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',