test: add inspect integration tests

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2017-09-12 16:06:20 +02:00
parent e26e48ec87
commit 0c1383fd30
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
4 changed files with 64 additions and 0 deletions

View file

@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y \
libgpgme11-dev \
liblzma-dev \
netcat \
socat \
--no-install-recommends \
&& apt-get clean