diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-12-02 21:04:47 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-02 21:04:47 -0800 |
commit | 6458f960e6cc841e9a0afc078ba76b3090174c57 (patch) | |
tree | 606f6cb5a052f9f014a57f1f537b16947a806fb5 | |
parent | b90585042cf15ffddddbef7ec4a7ffa7b7084d4a (diff) | |
parent | 6c757949ce4f53d26f0615f4be04b7692f90d7bf (diff) | |
download | podman-6458f960e6cc841e9a0afc078ba76b3090174c57.tar.gz podman-6458f960e6cc841e9a0afc078ba76b3090174c57.tar.bz2 podman-6458f960e6cc841e9a0afc078ba76b3090174c57.zip |
Merge pull request #4584 from nitrocode/patch-2
install.md: added slirp4netns dependency to ubuntu
-rw-r--r-- | install.md | 2 |
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 |