From 51d39529b0efd0d3b737722b36104303b02aa2e7 Mon Sep 17 00:00:00 2001 From: "Liu, Jianjun" Date: Thu, 20 Jun 2019 01:01:45 +0000 Subject: [PATCH] enable swupd function for flink container Enable swupd for flink as it needs to install java and other bundles most of the time. Signed-off-by: Liu, Jianjun --- flink/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink/Dockerfile b/flink/Dockerfile index 572c318..62d25f3 100644 --- a/flink/Dockerfile +++ b/flink/Dockerfile @@ -17,7 +17,7 @@ RUN source /os-release && \ mkdir /install_root \ && swupd os-install -V ${VERSION_ID} \ --path /install_root --statedir /swupd-state \ - --bundles=apache-flink --no-scripts + --bundles=os-core-update,apache-flink --no-scripts # For some Host OS configuration with redirect_dir on, # extra data are saved on the upper layer when the same