Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Oct 26, 2024
1 parent 2758f63 commit c6bb84c
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions images/32bit.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,6 @@ ENV SCON_VERSION=4.8.0

#RUN dnf update -y

# Install bash, curl, and other basic utilities
RUN dnf install -y --setopt=install_weak_deps=False \
bash bzip2 curl file findutils gettext \
git make nano patch pkg-config unzip \
xz cmake gdb ccache patch yasm mold lld


# Needed for buildroot
RUN dnf install -y \
wget \
which \
cpio \
rsync \
bc \
diffutils \
perl perl-core perl-ExtUtils-MakeMaker

# Has no i686
RUN dnf install -y \
pkgconfig \
libudev-devel \
openssl \
vulkan \
xz \
gcc \
parallel \
embree3-devel \
embree

RUN dnf install -y \
libX11-devel.i686 \
libXcursor-devel.i686 \
Expand Down Expand Up @@ -75,6 +46,35 @@ RUN dnf install -y \
miniupnpc-devel.i686 \
glibc-devel.i686

# Install bash, curl, and other basic utilities
RUN dnf install -y --setopt=install_weak_deps=False \
bash bzip2 curl file findutils gettext \
git make nano patch pkg-config unzip \
xz cmake gdb ccache patch yasm mold lld


# Needed for buildroot
RUN dnf install -y \
wget \
which \
cpio \
rsync \
bc \
diffutils \
perl perl-core perl-ExtUtils-MakeMaker

# Has no i686
RUN dnf install -y \
pkgconfig \
libudev-devel \
openssl \
vulkan \
xz \
gcc \
parallel \
embree3-devel \
embree

# Install Python and pip for SCons
RUN dnf install -y python3-pip

Expand Down

0 comments on commit c6bb84c

Please sign in to comment.