The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/5695

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Adds ebtables to main install step, and socat to testing step.

Signed-off-by: tomponline <thomas.parr...@canonical.com>
From cc44288faaf74b9fbebb0bd2c5cc6f363cacf891 Mon Sep 17 00:00:00 2001
From: tomponline <thomas.parr...@canonical.com>
Date: Wed, 24 Apr 2019 11:16:29 +0100
Subject: [PATCH] doc: Adds missing packages to install guide

Signed-off-by: tomponline <thomas.parr...@canonical.com>
---
 doc/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/index.md b/doc/index.md
index 58af929f91..89e53d552d 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -34,7 +34,7 @@ later to work. On ubuntu, you can get those with:
 
 ```bash
 sudo apt update
-sudo apt install acl autoconf dnsmasq-base git golang libacl1-dev libcap-dev 
liblxc1 liblxc-dev libtool libuv1-dev make pkg-config rsync squashfs-tools tar 
tcl xz-utils
+sudo apt install acl autoconf dnsmasq-base git golang libacl1-dev libcap-dev 
liblxc1 liblxc-dev libtool libuv1-dev make pkg-config rsync squashfs-tools tar 
tcl xz-utils ebtables
 ```
 
 Note that when building LXC yourself, ensure to build it with the appropriate
@@ -57,7 +57,7 @@ sudo apt install btrfs-tools
 To run the testsuite, you'll also need:
 
 ```bash
-sudo apt install curl gettext jq sqlite3 uuid-runtime bzr
+sudo apt install curl gettext jq sqlite3 uuid-runtime bzr socat
 ```
 
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to