From 11c4ec61fe03bd856bf0bbb729077b3f1a8ac334 Mon Sep 17 00:00:00 2001 From: Anusha Hegde Date: Tue, 5 Apr 2022 15:57:05 +0000 Subject: [PATCH] Add apparmor to Dockerfile --- test/e2e/BYOHDockerFile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/BYOHDockerFile b/test/e2e/BYOHDockerFile index 7e5990c34..ce8458975 100644 --- a/test/e2e/BYOHDockerFile +++ b/test/e2e/BYOHDockerFile @@ -5,7 +5,7 @@ ARG TARGETARCH RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ systemd conntrack iptables iproute2 ethtool socat util-linux mount \ - ebtables kmod libseccomp2 pigz bash ca-certificates \ + apparmor-utils ebtables kmod libseccomp2 pigz bash ca-certificates \ rsync nfs-common fuse-overlayfs curl gnupg2 \ dbus ufw linux-image-$(uname -r) \ && ln -s "$(which systemd)" /sbin/init