mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
adapt docker opensuse-tumbleweed
This commit is contained in:
parent
587167da83
commit
ecc425683b
3 changed files with 5 additions and 5 deletions
|
@ -4,6 +4,9 @@ ENV LANG C
|
|||
# libqt5-qtbase-devel skipped
|
||||
RUN zypper --non-interactive install --no-recommends shadow sudo git patterns-devel-base-devel_basis gcc-c++ readline-devel libbz2-devel bluez-devel python3-devel libopenssl-devel cross-arm-none-gcc11 cross-arm-none-newlib-devel
|
||||
|
||||
RUN zypper --non-interactive install cmake python3 python3-pip
|
||||
RUN python3 -m pip install ansicolors sslcrypto
|
||||
|
||||
# Create rrg user
|
||||
RUN useradd -ms /bin/bash rrg
|
||||
RUN passwd -d rrg
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# Notes to run tests
|
||||
|
||||
```
|
||||
sudo zypper --non-interactive install cmake
|
||||
sudo zypper --non-interactive install python3
|
||||
sudo zypper --non-interactive install python3-pip
|
||||
python3 -m pip install ansicolors sslcrypto
|
||||
make clean; make -j
|
||||
tools/pm3_tests.sh --long
|
||||
```
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker run --volume=$(pwd)/../..:/home/rrg/proxmark3 -it pm3-suse-tumbleweed:1.0
|
||||
docker run --volume=$(pwd)/../..:/home/rrg/proxmark3 -w /home/rrg/proxmark3 -it pm3-suse-tumbleweed:1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue