add pip when building the docker image instead

This commit is contained in:
iceman1001 2022-10-28 21:59:17 +02:00
commit 038407a6ab
3 changed files with 41 additions and 1 deletions

View file

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