Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 30, 2024
1 parent 4d0fb6a commit 343e21a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion images/chromium/config/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ output "config" {
value = jsonencode({
archs = ["x86_64"]
contents = {
packages = var.extra_packages
packages = concat([
"dash-binsh",
"coreutils",
], var.extra_packages)
}
accounts = module.accts.block
environment = merge({
Expand Down

0 comments on commit 343e21a

Please sign in to comment.