From e2f8fcb6303735719e97df3be01f68a2aa33e0a6 Mon Sep 17 00:00:00 2001 From: Jue Wang Date: Fri, 9 Aug 2019 17:45:00 +0800 Subject: [PATCH] Add os-core-plus bundle to cassandra Dockerfile Signed-off-by: Jue Wang --- cassandra/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cassandra/Dockerfile b/cassandra/Dockerfile index 34c8635..6edf0b3 100644 --- a/cassandra/Dockerfile +++ b/cassandra/Dockerfile @@ -16,7 +16,7 @@ RUN source /os-release && \ mkdir /install_root \ && swupd os-install -V ${VERSION_ID} \ --path /install_root --statedir /swupd-state \ - --bundles=cassandra,python2-basic,which,su-exec --no-boot-update + --bundles=cassandra,os-core-plus,su-exec --no-boot-update # For some Host OS configuration with redirect_dir on, # extra data are saved on the upper layer when the same