Skip to content

Commit

Permalink
use local mb version instead of published mb version via pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
celine.grun authored and christian-sahlmann committed May 10, 2024
1 parent 40dda82 commit 986db70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ RUN apk add \
musl-dev \
python3-dev
RUN pip install scapy@git+https://github.com/secdev/scapy
RUN pip install mb-netmgmt
WORKDIR /usr/lib/python3.11/site-packages
COPY . /usr/lib/python3.11/site-packages/mb_netmgmt
RUN pip install /usr/lib/python3.11/site-packages/mb_netmgmt
WORKDIR /usr/lib/python3.11/site-packages/mb_netmgmt

0 comments on commit 986db70

Please sign in to comment.