Skip to content

Commit 398c0e4

Browse files
committed
Disable audit package in example Dockerfile
Signed-off-by: David Cassany <[email protected]>
1 parent 92264f1 commit 398c0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/green/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN ARCH=$(uname -m); \
5959
sed \
6060
iproute2 \
6161
podman \
62-
audit \
62+
# audit \ comment out 'audit' package, installation fails in containers boo#1231236
6363
patterns-microos-selinux \
6464
btrfsprogs \
6565
btrfsmaintenance \

0 commit comments

Comments
 (0)