mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
update dockerfiles to add python script support
This commit is contained in:
parent
f125cddc3a
commit
8837ff73d0
8 changed files with 9 additions and 8 deletions
|
@ -15,7 +15,7 @@ EOF
|
|||
|
||||
sudo pacman -Sy
|
||||
|
||||
# serch available versions
|
||||
# search available versions
|
||||
pacman -Ss '^arm-none-eabi-gcc$'
|
||||
pacman -Ss '^gcc$'
|
||||
|
||||
|
@ -32,7 +32,6 @@ sudo pacman -S gcc
|
|||
Add first the mirrors, see above
|
||||
|
||||
```
|
||||
sudo pacman -S python
|
||||
sudo pacman -S python-pip
|
||||
python3 -m pip install ansicolors sslcrypto
|
||||
tools/pm3_tests.sh --long
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue