Skip to content

Commit

Permalink
Fix dependency in BUILDING.md
Browse files Browse the repository at this point in the history
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 <reid.li@utexas.edu>
(cherry picked from commit a647407)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
rll2396 authored and thaJeztah committed Jan 31, 2020
1 parent a558638 commit 5db3987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Expand Up @@ -135,7 +135,7 @@ You can build an image from this `Dockerfile`:
FROM golang
RUN apt-get update && \
apt-get install -y btrfs-tools libseccomp-dev
apt-get install -y libbtrfs-dev libseccomp-dev
```

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

0 comments on commit 5db3987

Please sign in to comment.