mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
docker & tests
This commit is contained in:
parent
8d53184c81
commit
f54dd925d1
11 changed files with 55 additions and 79 deletions
|
@ -10,6 +10,9 @@ RUN pacman -S --noconfirm sudo git base-devel cmake libusb readline bzip2 arm-no
|
|||
RUN pacman -S --noconfirm python-pip
|
||||
RUN python3 -m pip install ansicolors sslcrypto
|
||||
|
||||
# OpenCL for hitag2crack
|
||||
RUN pacman -S --noconfirm ocl-icd
|
||||
|
||||
# Create rrg user
|
||||
RUN useradd -ms /bin/bash rrg
|
||||
RUN passwd -d rrg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue