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

Conversation

bryanburgers
Copy link

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

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
Set the language to `generic` (as suggested at
travis-ci/travis-ci#4895 (comment))
to not install Ruby.
@dlecan
Copy link
Owner

dlecan commented Oct 3, 2018

Thank you for this contribution, I will look at that.
Do you know why did the Travis build fail?

@dlecan dlecan self-requested a review October 3, 2018 05:59
@dlecan dlecan removed their assignment May 29, 2019
@dlecan dlecan removed their request for review May 29, 2019 08:56
@bryanburgers bryanburgers deleted the stretch branch September 22, 2021 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

binaries using libssl don’t run on Debian stretch
2 participants