diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-12-17 09:13:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-17 09:13:54 +0100 |
commit | 43292040ab6841779def4872a4c337a77b05bfa0 (patch) | |
tree | 9d3aaf8285d77203727bc2210e72a6cefa26c3bf /install.md | |
parent | 11621836df1fea1ce35d029a41bbdd4713b6a284 (diff) | |
parent | 914cf0c76079f9adac8ceb6ed322bc33faeb8b6f (diff) | |
download | podman-43292040ab6841779def4872a4c337a77b05bfa0.tar.gz podman-43292040ab6841779def4872a4c337a77b05bfa0.tar.bz2 podman-43292040ab6841779def4872a4c337a77b05bfa0.zip |
Merge pull request #4701 from jvanz/opensuse-dep
install.md: openSUSE dependencies
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install.md b/install.md index 218994587..5771fff45 100644 --- a/install.md +++ b/install.md @@ -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: |