From 291a66d698c13aa84c81ef792ac3729340714c29 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 22 Aug 2024 16:02:37 +0530 Subject: [PATCH] fix/recipe: update vib syntax Signed-off-by: K.B.Dharun Krishna --- recipe.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe.yml b/recipe.yml index f8fe6dd..9ebcf40 100644 --- a/recipe.yml +++ b/recipe.yml @@ -9,7 +9,8 @@ stages: args: DEBIAN_FRONTEND: noninteractive runs: - - echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends + commands: + - echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends modules: - name: dependencies