Skip to content

Commit

Permalink
x-tools: Add 32-bit libc to the linux-x86_64 image
Browse files Browse the repository at this point in the history
So we can run the 32-bit binaries that we produce.
  • Loading branch information
oleavr committed May 6, 2024
1 parent bb38b9b commit d5212e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-tools/Dockerfile.linux-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ENV \
PATH="/opt/x-tools/$XTOOLS_HOST/bin:/opt/x-tools/i686-linux-gnu/bin:$PATH" \
PKG_CONFIG_PATH="/opt/x-tools/$XTOOLS_HOST/$XTOOLS_HOST/sysroot/usr/lib/pkgconfig"
COPY scripts/install-packages.sh /tmp
RUN /tmp/install-packages.sh
RUN /tmp/install-packages.sh libc6-i386

0 comments on commit d5212e4

Please sign in to comment.