Skip to content

Commit 3481ad2

Browse files
add apparmor packages as dependecies for docker, see #67179 (#3)
1 parent 8fa7cd5 commit 3481ad2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/actions-runner/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ locals {
1717
"unzip",
1818
"wget",
1919
"docker-compose",
20+
"apparmor",
21+
"apparmor-utils",
2022
])
2123
}
2224

0 commit comments

Comments
 (0)