adapt docker opensuse-lead

This commit is contained in:
iceman1001 2022-10-29 00:30:08 +02:00
parent c3f35bdde0
commit 587167da83
3 changed files with 5 additions and 5 deletions

View file

@ -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
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

View file

@ -3,9 +3,6 @@
No ARM compiler available ?
```
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 mfkey nonce2key mf_nonce_brute fpga_compress common client
```

View file

@ -1,3 +1,3 @@
#!/bin/bash
docker run --volume=$(pwd)/../..:/home/rrg/proxmark3 -it pm3-suse-leap:1.0
docker run --volume=$(pwd)/../..:/home/rrg/proxmark3 -w /home/rrg/proxmark3 -it pm3-suse-leap:1.0