We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ed680 commit c111667Copy full SHA for c111667
Dockerfile
@@ -1,5 +1,6 @@
1
-# Use Debian 8.0 "Jessie" as the base for our Rust musl toolchain.
2
-FROM debian:jessie
+# Use Debian 16.04 as the base for our Rust musl toolchain, because of
+# https://github.com/rust-lang/rust/issues/34978 (as of Rust 1.11).
3
+FROM ubuntu:16.04
4
5
# Make sure we have basic dev tools for building C libraries. Our goal
6
# here is to support the musl-libc builds and Cargo builds needed for a
0 commit comments