[lxc-devel] [lxd/master] doc/index: Add libsqlite3-dev back to dependencies

stgraber on Github lxc-bot at linuxcontainers.org
Sun Oct 4 18:19:33 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 410 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20201004/039cbd2c/attachment.bin>
-------------- next part --------------
From a2280ad171bceac0cc2fa02e68e810553f854223 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Sun, 4 Oct 2020 14:18:56 -0400
Subject: [PATCH] doc/index: Add libsqlite3-dev back to dependencies
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Since we don't ship our own anymore.

Closes #7978

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/index.md b/doc/index.md
index 767f49cebf..07fba98869 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -42,7 +42,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 libudev-dev libuv1-dev make pkg-config rsync squashfs-tools tar tcl xz-utils ebtables
+sudo apt install acl autoconf dnsmasq-base git golang libacl1-dev libcap-dev liblxc1 liblxc-dev libsqlite3-dev libtool libudev-dev 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


More information about the lxc-devel mailing list