mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
install.md: openSUSE dependencies
Adds documentation about how to install dependencies on openSUSE Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
This commit is contained in:
@@ -149,6 +149,12 @@ sudo apt-get install \
|
||||
uidmap
|
||||
```
|
||||
|
||||
On openSUSE Leap 15.x and Tumbleweed:
|
||||
|
||||
```bash
|
||||
sudo zypper -n in libseccomp-devel libgpgme-devel
|
||||
```
|
||||
|
||||
On Manjaro (and maybe other Linux distributions):
|
||||
|
||||
Make sure that the Linux kernel supports user namespaces:
|
||||
|
||||
Reference in New Issue
Block a user