drop some of the xll related packages

these are containers, we should not have X11 display libraries
installed in base containers.  If they are being pulled in via
packages those chains of dependencies should be looked at closely
and pruned as they have no real use on container images.

Change-Id: I19000564445254ba4d168f24deef6a901391d2e2
This commit is contained in:
Jon Schlueter 2019-02-01 12:40:28 -05:00
parent 8fcd7ea912
commit 5e1ac34c68
1 changed files with 0 additions and 12 deletions

View File

@ -10,20 +10,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% set openstack_base_packages = [
'avahi-libs',
'cups-libs',
'fontconfig',
'fontpackages-filesystem',
'freetype',
'gnutls',
'initscripts',
'libjpeg-turbo',
'libpng',
'libX11',
'libX11-common',
'libXau',
'libxcb',
'libXext',
'libXi',
'libxslt',
'libyaml',
'mailcap',