test: hostport network test

Signed-off-by: Andrew Pilloud <andrewpilloud@igneoussystems.com>
This commit is contained in:
Andrew Pilloud 2017-06-16 17:41:54 -07:00
parent afc731d3a6
commit e4e982d78a
5 changed files with 163 additions and 0 deletions

View file

@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y \
libdevmapper1.02.1 \
libdevmapper-dev \
libgpgme11-dev \
netcat \
--no-install-recommends \
&& apt-get clean