mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
docker scripts
This commit is contained in:
parent
af365a8888
commit
dfbabb39fc
6 changed files with 27 additions and 0 deletions
5
docker/build-all.sh
Executable file
5
docker/build-all.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
for os in archlinux debian fedora opensuse ubuntu; do
|
||||
( cd $os && ./docker_build.sh )
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue