Skip to content

Dockerfile added#37

Open
MKesenheimer wants to merge 1 commit intoDanMcInerney:masterfrom
MKesenheimer:master
Open

Dockerfile added#37
MKesenheimer wants to merge 1 commit intoDanMcInerney:masterfrom
MKesenheimer:master

Conversation

@MKesenheimer
Copy link

Dockerfile to build the docker container locally added.

@vtoutain
Copy link

Hello,
Thanks for the Dockerfile !
Since Scapy 2.5.0 Python2 is no longer supported so you'll have a "Scapy no longer supports Python 2 ! Please use Scapy 2.5.0" error : lines 27 to 32 must be changed with the following code.

RUN wget --trust-server-names https://github.com/secdev/scapy/archive/refs/tags/v2.5.0.zip \
  && unzip v2.5.0 \
  && cd ./scapy-2.5.0 \
  && python setup.py install \
  && cd ../ \
  && rm -r scapy-2.5.0 v2.5.0

Best reards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants