Add apparmor-utils to dependencies

Stock Debian 11 generic PC install requires `apparmor-utils`

```
Unpacking homeassistant-supervised (1.0.1) ...
dpkg: dependency problems prevent configuration of homeassistant-supervised:
 homeassistant-supervised depends on apparmor; however:
  Package apparmor is not installed.
```
This commit is contained in:
Kanga-Who 2021-10-28 10:59:49 +10:00 committed by GitHub
parent ab687fddef
commit 8d5fc8d9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,8 @@ avahi-daemon \
udisks2 \ udisks2 \
libglib2.0-bin \ libglib2.0-bin \
network-manager \ network-manager \
dbus -y dbus \
avahi-daemon -y
``` ```
Step 2: Install Docker-CE with the following command: Step 2: Install Docker-CE with the following command: