We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04d2c7a + d862a36 commit 5e16e98Copy full SHA for 5e16e98
ci/docker/i686-unknown-linux-musl/Dockerfile
@@ -1,8 +1,9 @@
1
FROM ubuntu:16.10
2
3
+RUN dpkg --add-architecture i386
4
RUN apt-get update
5
RUN apt-get install -y --no-install-recommends \
- gcc make libc6-dev git curl ca-certificates
6
+ gcc-multilib make libc6-dev git curl ca-certificates libc6:i386
7
# Below we're cross-compiling musl for i686 using the system compiler on an
8
# x86_64 system. This is an awkward thing to be doing and so we have to jump
9
# through a couple hoops to get musl to be happy. In particular:
0 commit comments