aboutsummaryrefslogtreecommitdiff
path: root/install.md
diff options
context:
space:
mode:
authornitro <nitrocode@users.noreply.github.com>2019-11-28 00:15:33 +0000
committernitrocode <nitrocode@users.noreply.github.com>2019-12-01 20:01:46 -0500
commit6c757949ce4f53d26f0615f4be04b7692f90d7bf (patch)
tree3682fe4187e9eeec6ce4cddaf1124439ed3d4856 /install.md
parent2178875fa7975f00a4da15fef9809cd3fb74feba (diff)
downloadpodman-6c757949ce4f53d26f0615f4be04b7692f90d7bf.tar.gz
podman-6c757949ce4f53d26f0615f4be04b7692f90d7bf.tar.bz2
podman-6c757949ce4f53d26f0615f4be04b7692f90d7bf.zip
install.md: added slirp4netns dependency to ubuntu
https://github.com/containers/libpod/issues/1234 Signed-off-by: nitrocode <nitrocode@users.noreply.github.com>
Diffstat (limited to 'install.md')
-rw-r--r--install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.md b/install.md
index 39b639176..bd3732083 100644
--- a/install.md
+++ b/install.md
@@ -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