mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-18 05:58:22 +08:00
docker opensuse tumbleweed bump arm gcc to v11
This commit is contained in:
parent
02f3e439e2
commit
29f930ba21
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM opensuse/tumbleweed
|
|||
|
||||
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 cross-arm-none-gcc9 cross-arm-none-newlib-devel
|
||||
RUN zypper --non-interactive install --no-recommends shadow sudo git patterns-devel-base-devel_basis gcc-c++ readline-devel libbz2-devel cross-arm-none-gcc11 cross-arm-none-newlib-devel
|
||||
|
||||
# Create rrg user
|
||||
RUN useradd -ms /bin/bash rrg
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue