Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Oct 24, 2024
1 parent bcc6122 commit 4d2a81c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ RUN dnf install -y --setopt=install_weak_deps=False \

# Install 32bit Deps seperately
RUN dnf install -y \
gcc-c++ gcc-c++.i686 glibc-devel glibc-devel.i686 \
gcc-c++-13.2.1-3 gcc-c++.i686 glibc-devel glibc-devel.i686 \
libcxx-devel libcxx \
libstdc++-devel libstdc++-devel.i686 libstdc++ libstdc++.i686 --allowerasing --best
libstdc++-devel libstdc++-devel.i686 libstdc++ libstdc++.i686 --allowerasing --best \
--disablerepo=fedora


# Install Python and pip for SCons
Expand Down

0 comments on commit 4d2a81c

Please sign in to comment.