Merge "Remove tacker library from functest"
[functest.git] / docker / vnf / Dockerfile
index 70c13ab..d4f18c4 100644 (file)
@@ -3,7 +3,7 @@ FROM opnfv/functest-core
 ARG VIMS_TAG=stable
 
 RUN apk --no-cache add --update \
-        ruby ruby-dev ruby-bundler ruby-irb ruby-rdoc \
+        ruby ruby-dev ruby-bundler ruby-irb ruby-rdoc dnsmasq \
         procps git g++ make libxslt-dev libxml2-dev zlib-dev libffi-dev && \
     git clone --depth 1 -b $VIMS_TAG https://github.com/boucherv-orange/clearwater-live-test /src/vims-test && \
     rm -r /src/vims-test/.git && \