install: On Debian/Ubuntu, add installation of libbtrfs-dev

Signed-off-by: Jelmer Vernooij <jvernooij@evroc.com>
This commit is contained in:
Jelmer Vernooij 2024-05-23 11:40:56 +01:00
parent 4ee64aca64
commit 987e63a2d5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ In Ubuntu 22.10 (Karmic) or Debian 12 (Bookworm) you can use these commands:
```
sudo apt-get -y -qq update
sudo apt-get -y install bats btrfs-progs git go-md2man golang libapparmor-dev libglib2.0-dev libgpgme11-dev libseccomp-dev libselinux1-dev make skopeo
sudo apt-get -y install bats btrfs-progs git go-md2man golang libapparmor-dev libglib2.0-dev libgpgme11-dev libseccomp-dev libselinux1-dev make skopeo libbtrfs-dev
```
Then to install Buildah follow the steps in this example: