mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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
|
ENV LANG C
|
||||||
# libqt5-qtbase-devel skipped
|
# 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
|
# Create rrg user
|
||||||
RUN useradd -ms /bin/bash rrg
|
RUN useradd -ms /bin/bash rrg
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Notes to run tests
|
# Notes to run tests
|
||||||
|
|
||||||
```
|
```
|
||||||
|
sudo zypper --non-interactive install cmake
|
||||||
sudo zypper --non-interactive install python3
|
sudo zypper --non-interactive install python3
|
||||||
sudo zypper --non-interactive install python3-pip
|
sudo zypper --non-interactive install python3-pip
|
||||||
python3 -m pip install ansicolors sslcrypto
|
python3 -m pip install ansicolors sslcrypto
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue