rust-lang / docker-rust

The official Docker images for Rust
437 stars 88 forks source link

openssl #11

Closed andrewkrug closed 6 years ago

andrewkrug commented 6 years ago

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 commented 6 years ago

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
dessalines commented 5 years ago

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