Skip to content

Commit

Permalink
Fix Opensuse-leap docker: use ARM GCC14
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Feb 3, 2025
1 parent 80942c8 commit 272286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/opensuse-leap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN zypper --non-interactive install --no-recommends shadow sudo git patterns-de

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
zypper --non-interactive install cross-arm-none-eabi-gcc14 cross-arm-none-eabi-newlib

RUN zypper --non-interactive install cmake python3 python3-pip && \
python3 -m pip install ansicolors sslcrypto
Expand Down

0 comments on commit 272286f

Please sign in to comment.