Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an image based off of debian:stretch #16

Closed
wants to merge 2 commits into from

Commits on Sep 27, 2018

  1. Create an image based off of debian:stretch

    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 dlecan#15
    bryanburgers committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    c989015 View commit details
    Browse the repository at this point in the history
  2. Prevent installing Ruby in Travis CI

    Set the language to `generic` (as suggested at
    travis-ci/travis-ci#4895 (comment))
    to not install Ruby.
    bryanburgers committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    e93b114 View commit details
    Browse the repository at this point in the history