Skip to content

Commit

Permalink
docker opensuse tumbleweed bump arm gcc to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Sep 5, 2021
1 parent 02f3e43 commit 29f930b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/opensuse-tumbleweed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docker/opensuse-tumbleweed/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 29f930b

Please sign in to comment.