File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ FROM opensuse/leap
22
33ENV LANG=C
44# libqt5-qtbase-devel skipped
5- 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
5+ 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
66
77RUN zypper addrepo https://download.opensuse.org/repositories/home:wkazubski/15.6/home:wkazubski.repo && \
88 zypper --gpg-auto-import-keys refresh && \
99 zypper --non-interactive install cross-arm-none-eabi-gcc13 cross-arm-none-eabi-newlib
1010
11- RUN zypper --non-interactive install cmake python311 python311 -pip && \
12- python3.11 -m pip install ansicolors sslcrypto
11+ RUN zypper --non-interactive install cmake python3 python3 -pip && \
12+ python3 -m pip install ansicolors sslcrypto
1313
1414RUN zypper --non-interactive install ocl-icd-devel
1515
You can’t perform that action at this time.
0 commit comments