mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
add option to build against non-default python3 package
This commit is contained in:
parent
4a119a73f0
commit
f3e9a79ca4
5 changed files with 20 additions and 9 deletions
|
@ -2,14 +2,14 @@ FROM opensuse/leap
|
|||
|
||||
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 liblz4-devel bluez-devel python3-devel libopenssl-devel gd-devel
|
||||
RUN zypper --non-interactive install --no-recommends shadow sudo git patterns-devel-base-devel_basis gcc-c++ readline-devel libbz2-devel liblz4-devel bluez-devel python311-devel libopenssl-devel gd-devel
|
||||
|
||||
RUN zypper addrepo https://download.opensuse.org/repositories/home:wkazubski/15.6/home:wkazubski.repo && \
|
||||
zypper --gpg-auto-import-keys refresh && \
|
||||
zypper --non-interactive install cross-arm-none-eabi-gcc13 cross-arm-none-eabi-newlib
|
||||
|
||||
RUN zypper --non-interactive install cmake python3 python3-pip && \
|
||||
python3 -m pip install ansicolors sslcrypto
|
||||
RUN zypper --non-interactive install cmake python311 python311-pip && \
|
||||
python3.11 -m pip install ansicolors sslcrypto
|
||||
|
||||
RUN zypper --non-interactive install ocl-icd-devel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue