Skip to content

Commit

Permalink
Add apparmor to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 committed Apr 5, 2022
1 parent 1c3c7f4 commit 11c4ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/BYOHDockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11c4ec6

Please sign in to comment.