added installation of default plugins to Dockerfile

This commit is contained in:
Daniel Sagi
2022-05-07 06:49:25 +03:00
parent c54859ec37
commit 8146810d44
+2
View File
@@ -26,4 +26,6 @@ RUN apk add --no-cache \
COPY --from=builder /usr/local/lib/python3.8/site-packages /usr/local/lib/python3.8/site-packages
COPY --from=builder /usr/local/bin/kube-hunter /usr/local/bin/kube-hunter
RUN pip install kube-hunter-arp-spoof kube-hunter-dns-spoof
ENTRYPOINT ["kube-hunter"]