From 70fe47244a4bdd5826fa2836b1db317cd5f0d692 Mon Sep 17 00:00:00 2001 From: "Liu, Jianjun" Date: Thu, 25 Jul 2019 02:50:03 +0000 Subject: [PATCH] Use --no-boot-update for nginx Use --no-boot-update instead of --no-scripts for nginx. Signed-off-by: Liu, Jianjun --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 7908166..c055748 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -15,7 +15,7 @@ RUN source /os-release && \ mkdir /install_root \ && swupd os-install -V ${VERSION_ID} \ --path /install_root --statedir /swupd-state \ - --bundles=nginx --no-scripts + --bundles=nginx --no-boot-update # For some Host OS configuration with redirect_dir on, # extra data are saved on the upper layer when the same