]> git.proxmox.com Git - rustc.git/blobdiff - src/vendor/libc/ci/docker/i686-unknown-linux-musl/Dockerfile
New upstream version 1.17.0+dfsg1
[rustc.git] / src / vendor / libc / ci / docker / i686-unknown-linux-musl / Dockerfile
index 87459a1672bdc4921ed26d7f5000b34bf3fe2765..bdc2272a35dce3b229efa0f59ddb05b3dbd80742 100644 (file)
@@ -1,8 +1,9 @@
 FROM ubuntu:16.10
 
+RUN dpkg --add-architecture i386
 RUN apt-get update
 RUN apt-get install -y --no-install-recommends \
-  gcc make libc6-dev git curl ca-certificates
+  gcc-multilib make libc6-dev git curl ca-certificates libc6:i386
 # Below we're cross-compiling musl for i686 using the system compiler on an
 # x86_64 system. This is an awkward thing to be doing and so we have to jump
 # through a couple hoops to get musl to be happy. In particular: