add missing },{ so we get docker base back

There was a missing },{ between the two container images. The end result
is that pungi validates the config but only finds the last section so
only makes one of the two images

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2017-03-09 15:43:43 -06:00
parent 13af4ad3e6
commit 78497bf06e

View File

@ -285,6 +285,8 @@ image_build = {
'subvariant': 'Docker_Base'
'failable': ['*'],
},
},
{
'image-build': {
'format': [('docker', 'tar.xz')]
'name': 'Fedora-Container-Minimal-Base',