Skip to content

Commit a647407

Browse files
committed
Fix dependency in BUILDING.md
btrfs/ioctl.h is now included in libbtrfs-dev instead of btrfs-tools. Update BUILDING.md Dockerfile to install the correct dependency. Resolves: #3813 Signed-off-by: Reid Li <[email protected]>
1 parent 40ac923 commit a647407

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You can build an image from this `Dockerfile`:
138138
FROM golang
139139
140140
RUN apt-get update && \
141-
apt-get install -y btrfs-tools libseccomp-dev
141+
apt-get install -y libbtrfs-dev libseccomp-dev
142142
```
143143

144144
Let's suppose that you built an image called `containerd/build`. From the

0 commit comments

Comments
 (0)