Add a Dockerfile that builds a similar image to
rust-crosscompiler-arm:stable, but that uses debian:stretch as the base
image instead of debian:jessie.
This solves an issue where cross-compiling with openssl-sys links to the
correct library that is provided with each release.
Add a Dockerfile that builds a similar image to rust-crosscompiler-arm:stable, but that uses debian:stretch as the base image instead of debian:jessie.
This solves an issue where cross-compiling with openssl-sys links to the correct library that is provided with each release.
Fixes #15