mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
add pip when building the docker image instead
This commit is contained in:
parent
d971f2bafe
commit
038407a6ab
3 changed files with 41 additions and 1 deletions
|
@ -7,6 +7,9 @@ RUN pacman-db-upgrade
|
|||
# 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
|
||||
|
||||
RUN pacman -S --noconfirm python-pip
|
||||
RUN python3 -m pip install ansicolors sslcrypto
|
||||
|
||||
# Create rrg user
|
||||
RUN useradd -ms /bin/bash rrg
|
||||
RUN passwd -d rrg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue