mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
all Docker envs: add support for connection to host device
This commit is contained in:
parent
9c4e821f94
commit
f09705868a
73 changed files with 307 additions and 63 deletions
|
@ -5,4 +5,9 @@
|
|||
# docker/kali/run_tests.sh;
|
||||
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
python3 -m venv /tmp/venv
|
||||
source /tmp/venv/bin/activate
|
||||
python3 -m pip install --use-pep517 pyaes
|
||||
python3 -m pip install ansicolors sslcrypto
|
||||
tools/release_tests.sh
|
||||
deactivate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue