Skip to content

Commit 3cb3f68

Browse files
fix apparmor qemu debian
Signed-off-by: Nikita Korolev <[email protected]>
1 parent 28faff0 commit 3cb3f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/qemu/werf.inc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ shell:
2121
beforeInstall:
2222
- |
2323
apt-get update && apt-get install -y \
24-
apparmor \
2524
binutils \
2625
pkgconfig \
2726
pkg-config \
@@ -344,6 +343,7 @@ shell:
344343
apt-get install -y eatmydata
345344
eatmydata apt-get dist-upgrade -y
346345
eatmydata apt-get install --no-install-recommends -y \
346+
apparmor \
347347
acpica-tools \
348348
bash \
349349
bc \

0 commit comments

Comments
 (0)