[lxc-devel] [lxd/master] doc: Adds missing packages to install guide

tomponline on Github lxc-bot at linuxcontainers.org
Wed Apr 24 10:17:30 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 423 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190424/2b79f5a5/attachment.bin>
-------------- next part --------------
From cc44288faaf74b9fbebb0bd2c5cc6f363cacf891 Mon Sep 17 00:00:00 2001
From: tomponline <thomas.parrott at 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.parrott at 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
 ```
 
 


More information about the lxc-devel mailing list