Dockerfile: remove libapparmor-dev dependency

I don't think anything uses this dependency, and runc no longer requires
it either, since [opencontainers/runc@db093f6] (part of v1.0.0-rc5)

[opencontainers/runc@db093f6]: db093f621f

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2024-12-11 15:19:54 +01:00
parent 9633556bef
commit 7bba43a731
2 changed files with 0 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
cmake \
git \
libapparmor-dev \
libseccomp-dev \
ca-certificates \
e2fsprogs \