Skip to content

Commit

Permalink
Fixed deps alittle, screwed up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Oct 27, 2024
1 parent 6ada368 commit abce5d2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ubuntu/i386.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ RUN apt-get install -y --no-install-recommends \
build-essential \
gcc-multilib \
g++-multilib \
lib32z1 \
lib32stdc++6 \
curl \
git \
vim \
Expand All @@ -30,9 +28,7 @@ RUN apt-get install -y --no-install-recommends \
cmake \
gdb \
ccache \
yasm \
mold \
lld
yasm

# Install packages needed for buildroot
RUN apt-get install -y \
Expand All @@ -48,6 +44,9 @@ RUN apt-get install -y \
# Install additional development dependencies (i386 specific)
RUN apt-get install -y \
scons:i386 \
libc6:i386 \
libstdc++6:i386 \
libz1:i386 \
pkg-config:i386 \
libx11-dev:i386 \
libxcursor-dev:i386 \
Expand Down

0 comments on commit abce5d2

Please sign in to comment.