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 <eric.ernst@intel.com>
This commit is contained in:
parent
3b295967f1
commit
daa4f17a46
1 changed files with 11 additions and 1 deletions
12
tutorial.md
12
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 \
|
||||
```
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue