Skip to content

Commit 0e6b871

Browse files
Update examples/dynamic-ubuntu-wait/packer-build.json
Co-authored-by: Yevgeniy Brikman <[email protected]>
1 parent b6ea582 commit 0e6b871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dynamic-ubuntu-wait/packer-build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},{
3636
"type": "shell",
3737
"inline": [
38-
"sudo apt-get install -y rolldice"
38+
"sudo DEBIAN_FRONTEND=noninteractive apt-get install -y rolldice"
3939
]
4040
},{
4141
"type": "shell",

0 commit comments

Comments
 (0)