hs-test: add http prom test
[vpp.git] / extras / hs-test / docker / Dockerfile.vpp
index f95df22..7c6d7f9 100644 (file)
@@ -15,13 +15,13 @@ COPY \
    $DIR/http_plugin.so \
    $DIR/unittest_plugin.so \
    $DIR/quic_plugin.so \
+   $DIR/http_static_plugin.so \
+   $DIR/prom_plugin.so \
    /usr/lib/x86_64-linux-gnu/vpp_plugins/
 
 COPY vpp-data/bin/* /usr/bin/
 COPY vpp-data/lib/* /usr/lib/
 
-COPY hs-test /usr/local/bin/hs-test
-
 RUN addgroup vpp
 
 ENTRYPOINT ["tail", "-f", "/dev/null"]