Add build tags for integration tests
Add the necessary build tags and configuration so that integration tests can properly build against device mapper and btrfs libraries. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
parent
7e3986e88f
commit
f893e38d6d
4 changed files with 25 additions and 1 deletions
|
@ -20,6 +20,9 @@ RUN apt-get update && apt-get install -y \
|
|||
python-minimal \
|
||||
libglib2.0-dev \
|
||||
libapparmor-dev \
|
||||
btrfs-tools \
|
||||
libdevmapper1.02.1 \
|
||||
libdevmapper-dev \
|
||||
--no-install-recommends \
|
||||
&& apt-get clean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue