Skip to content

Commit

Permalink
install apparmor-utils in ubuntu (#3235)
Browse files Browse the repository at this point in the history
Co-authored-by: Mohamed Rafraf <mohamedrafraf@insat.u-carthage.tn>
  • Loading branch information
kubermatic-bot and mohamed-rafraf authored Jun 18, 2024
1 parent 3f3ff81 commit f440cb0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/scripts/os_debian.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=--
ca-certificates \
curl \
gnupg \
apparmor-utils \
lsb-release \
{{- if .INSTALL_ISCSI_AND_NFS }}
open-iscsi \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=--
ca-certificates \
curl \
gnupg \
apparmor-utils \
lsb-release \
rsync
sudo install -m 0755 -d /etc/apt/keyrings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=--
ca-certificates \
curl \
gnupg \
apparmor-utils \
lsb-release \
open-iscsi \
nfs-common \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=--
ca-certificates \
curl \
gnupg \
apparmor-utils \
lsb-release \
rsync
sudo install -m 0755 -d /etc/apt/keyrings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=--
ca-certificates \
curl \
gnupg \
apparmor-utils \
lsb-release \
rsync
sudo install -m 0755 -d /etc/apt/keyrings
Expand Down
1 change: 1 addition & 0 deletions pkg/scripts/testdata/TestUpgradeKubeadmAndCNIDebian.golden
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=--
ca-certificates \
curl \
gnupg \
apparmor-utils \
lsb-release \
rsync
sudo install -m 0755 -d /etc/apt/keyrings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --option "Dpkg::Options::=--
ca-certificates \
curl \
gnupg \
apparmor-utils \
lsb-release \
rsync
sudo install -m 0755 -d /etc/apt/keyrings
Expand Down

0 comments on commit f440cb0

Please sign in to comment.