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
|
@ -4,7 +4,8 @@ ENV LANG C
|
|||
RUN pacman -Syy
|
||||
RUN pacman-db-upgrade
|
||||
# qt5-base skipped
|
||||
RUN pacman -S --noconfirm sudo git base-devel cmake libusb readline bzip2 arm-none-eabi-gcc arm-none-eabi-newlib --needed
|
||||
# bluez skipped, can't be installed in docker
|
||||
RUN pacman -S --noconfirm sudo git base-devel cmake libusb readline bzip2 arm-none-eabi-gcc arm-none-eabi-newlib python --needed
|
||||
|
||||
# Create rrg user
|
||||
RUN useradd -ms /bin/bash rrg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue