add pip , cd directory when building and adding large release test script

This commit is contained in:
iceman1001 2022-10-28 22:17:01 +02:00
commit 3f0b77fa93
4 changed files with 22 additions and 9 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
docker run --volume=$(pwd)/../..:/home/rrg/proxmark3 -it pm3-kali:1.0
docker run --volume=$(pwd)/../..:/home/rrg/proxmark3 -w /home/rrg/proxmark3 -it pm3-kali:1.0