Skip to content

Commit

Permalink
debian: Install libbtrfs-dev package
Browse files Browse the repository at this point in the history
libbtrfs-dev is needed to build containerd/cri from sources.

Fixes: kata-containers#2419.

Signed-off-by: Salvador Fuentes <[email protected]>
  • Loading branch information
chavafg committed Mar 27, 2020
1 parent 34831a8 commit 081f65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/setup_env_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ declare -A packages=( \
[crio_dependencies_for_debian]="libdevmapper-dev btrfs-tools util-linux" \
[os_tree]="libostree-dev" \
[metrics_dependencies]="jq" \
[cri-containerd_dependencies]="libseccomp-dev libapparmor-dev btrfs-tools make gcc pkg-config" \
[cri-containerd_dependencies]="libseccomp-dev libapparmor-dev btrfs-tools libbtrfs-dev make gcc pkg-config" \
[crudini]="crudini" \
[procenv]="procenv" \
[haveged]="haveged" \
Expand Down

0 comments on commit 081f65b

Please sign in to comment.