all Docker envs: add support for connection to host device

This commit is contained in:
Philippe Teuwen 2024-12-18 13:29:50 +01:00
commit f09705868a
73 changed files with 307 additions and 63 deletions

View file

@ -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