mirror of https://github.com/containers/podman.git
install.md: added slirp4netns dependency to ubuntu
https://github.com/containers/libpod/issues/1234 Signed-off-by: nitrocode <nitrocode@users.noreply.github.com>
This commit is contained in:
parent
2178875fa7
commit
6c757949ce
|
@ -68,7 +68,7 @@ The latest builds are available in a PPA. Take note of the [Build and Run Depend
|
|||
|
||||
```bash
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get install -qq -y software-properties-common uidmap
|
||||
sudo apt-get install -qq -y software-properties-common uidmap slirp4netns
|
||||
sudo add-apt-repository -y ppa:projectatomic/ppa
|
||||
sudo apt-get update -qq
|
||||
sudo apt-get -qq -y install podman
|
||||
|
|
Loading…
Reference in New Issue