Drop libapparmor dependency from runc build docs
As of opencontainers/runc@db093f621f runc no longer depends on libapparmor thus libapparmor-dev no longer needs to be installed to build it. Adjust the documentation accordingly. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This commit is contained in:
2
RUNC.md
2
RUNC.md
@@ -6,7 +6,7 @@ RUNC_COMMIT = a618ab5a0186905949ee463dbb762c3d23e12a80
|
||||
|
||||
For more information on how to clone and build runc see the runc Building [documentation](https://github.com/opencontainers/runc#building).
|
||||
|
||||
Note: before building you may need to install additional support, which will vary by platform. For example, you may need to install `libseccomp` and `libapparmor` e.g. `libseccomp-dev` and `libapparmor-dev` for Ubuntu.
|
||||
Note: before building you may need to install additional support, which will vary by platform. For example, you may need to install `libseccomp` e.g. `libseccomp-dev` for Ubuntu.
|
||||
|
||||
## building
|
||||
|
||||
|
||||
Reference in New Issue
Block a user