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

openssl #11

Closed
andrewkrug opened this issue Nov 6, 2017 · 2 comments
Closed

openssl #11

andrewkrug opened this issue Nov 6, 2017 · 2 comments

Comments

@andrewkrug
Copy link

Please consider adding openssl to your docker images. A ton of rust packages use openssl headers at compile time and I <3 using these from Dockerhub off the shelf to build stuff.

Thanks!

@sfackler
Copy link
Member

sfackler commented Nov 6, 2017

OpenSSL headers are already present:

$ docker run --rm rust:1.21.0 head /usr/include/openssl/opensslv.h
/*
 * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
 *
 * Licensed under the OpenSSL license (the "License").  You may not use
 * this file except in compliance with the License.  You can obtain a copy
 * in the file LICENSE in the source distribution or at
 * https://www.openssl.org/source/license.html
 */

#ifndef HEADER_OPENSSLV_H

@sfackler sfackler closed this as completed Nov 8, 2017
@dessalines
Copy link

This issue is flaring up again, when the target is x86_64-unknown-linux-musl

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

No branches or pull requests

3 participants