From 29a5a192b8890a6834ecb8929b1bcffecae6bc2b Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 15 Apr 2018 03:34:53 +0200 Subject: [PATCH] Also disable flatpak, it is broken Signed-off-by: Patrick Uiterwijk --- roles/osbs-client/files/osbs-site-customize.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/osbs-client/files/osbs-site-customize.json b/roles/osbs-client/files/osbs-site-customize.json index 2f17059d55..b578cff278 100644 --- a/roles/osbs-client/files/osbs-site-customize.json +++ b/roles/osbs-client/files/osbs-site-customize.json @@ -15,6 +15,10 @@ { "plugin_type": "prebuild_plugins", "plugin_name": "resolve_module_compose" + }, + { + "plugin_type": "prebuild_plugins", + "plugin_name": "flatpak_create_dockerfile" } ],