From 6c757949ce4f53d26f0615f4be04b7692f90d7bf Mon Sep 17 00:00:00 2001 From: nitro Date: Thu, 28 Nov 2019 00:15:33 +0000 Subject: [PATCH] install.md: added slirp4netns dependency to ubuntu https://github.com/containers/libpod/issues/1234 Signed-off-by: nitrocode --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.md b/install.md index 39b63917640e..bd3732083ae9 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