From daa4f17a46eea35e16815d2cf2c9a503e167a4ef Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Thu, 20 Jul 2017 16:08:06 -0700 Subject: [PATCH] update dependencies for successful build Add dependencies so it matches what is on README.md This is necessary for successful build on this tutorial Signed-off-by: Eric Ernst --- tutorial.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tutorial.md b/tutorial.md index 2057628c..22d39ab2 100644 --- a/tutorial.md +++ b/tutorial.md @@ -103,7 +103,17 @@ go version go1.7.4 linux/amd64 #### Build crio from source ``` -sudo apt-get install -y libglib2.0-dev libseccomp-dev libapparmor-dev +sudo apt install -y \ + btrfs-tools \ + libassuan-dev \ + libdevmapper-dev \ + libglib2.0-dev \ + libc6-dev \ + libgpgme11-dev \ + libgpg-error-dev \ + libseccomp-dev \ + libselinux1-dev \ + pkg-config \ ``` ```