Skip to content

Commit 43504d0

Browse files
committed
Update tutorial for building from source
Fixes cri-o#1668 Fixes cri-o#1664. On Ubuntu distributions, libudev was missing during make, and add-apt-repository was missing. Signed-off-by: Sameer Chaturvedi <[email protected]>
1 parent cea3560 commit 43504d0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tutorials/setup.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ apt-get update -qq && apt-get install -y \
102102
libselinux1-dev \
103103
pkg-config \
104104
go-md2man \
105-
cri-o-runc
105+
cri-o-runc \
106+
libudev-dev \
107+
software-properties-common \
108+
gcc \
109+
make
106110
```
107111

108112
**Caveats and Notes:**

0 commit comments

Comments
 (0)