mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user