Skip to content

Commit

Permalink
Add tcpdump and wireshark into the Docker image to make scapy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ccojocar committed Aug 20, 2018
1 parent 74943f1 commit de1508d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,9 @@ FROM python:2.7.15-alpine3.7

RUN apk add --update \
linux-headers \
build-base
build-base \
tcpdump \
wireshark

RUN mkdir -p /kube-hunter
COPY . /kube-hunter
Expand Down

0 comments on commit de1508d

Please sign in to comment.