diff options
author | Chris K <chrisko@google.com> | 2019-09-17 00:09:37 -0700 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-10-01 17:48:26 +0200 |
commit | c42e46fd87c42e39eb624476195d29fdfc512a31 (patch) | |
tree | 14c94e25863fd7c3da5516fa95ec41b0a4ae940a /install.md | |
parent | abb152321012f56964e01e0ff3ca223fda44cb99 (diff) | |
download | podman-c42e46fd87c42e39eb624476195d29fdfc512a31.tar.gz podman-c42e46fd87c42e39eb624476195d29fdfc512a31.tar.bz2 podman-c42e46fd87c42e39eb624476195d29fdfc512a31.zip |
install.md: add libbtrfs-dev for Debian build
Original-author: @hugelgupf
Replaces: #4050
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.md b/install.md index eb4ecfa68..b90f20395 100644 --- a/install.md +++ b/install.md @@ -130,6 +130,7 @@ sudo apt-get install \ go-md2man \ iptables \ libassuan-dev \ + libbtrfs-dev \ libc6-dev \ libdevmapper-dev \ libglib2.0-dev \ |