Skip to content

Commit 5db3987

Browse files
rll2396thaJeztah
authored andcommitted
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]> (cherry picked from commit a647407) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a558638 commit 5db3987

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
@@ -135,7 +135,7 @@ You can build an image from this `Dockerfile`:
135135
FROM golang
136136
137137
RUN apt-get update && \
138-
apt-get install -y btrfs-tools libseccomp-dev
138+
apt-get install -y libbtrfs-dev libseccomp-dev
139139
```
140140

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

0 commit comments

Comments
 (0)