mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user