Skip to content

Commit 8f64e6e

Browse files
Update recipe.yml
1 parent 9567e77 commit 8f64e6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ stages:
1111

1212
# Commands to run first before building the modules
1313
runs:
14-
- echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends
14+
commands:
15+
- echo 'APT::Install-Recommends "1";' > /etc/apt/apt.conf.d/01norecommends
1516

1617
modules:
1718
- name: init-setup

0 commit comments

Comments
 (0)