SpiderClub / haipproxy

:sparkling_heart: High available distributed ip proxy pool, powerd by Scrapy and Redis
https://spiderclub.github.io/haipproxy/
MIT License
5.43k stars 914 forks source link

fix for docker build error:fatal error: openssl/opensslv.h: No such file #58

Closed brain-zhang closed 6 years ago

brain-zhang commented 6 years ago

我在下面的环境中build docker image会报错:

fatal error: openssl/opensslv.h: No such file or directory

ENV:

Ubuntu16.04 LTS
Docker version 18.03.0-ce, build 0520e24

pull的最近的ubuntu image为:

ubuntu 16.04 5e8b97a2a082 4 weeks ago 114MB

需要加一下依赖包才能通过,参考: https://askubuntu.com/questions/797351/fatal-error-openssl-opensslv-h-no-such-file-or-directory-compiling-mitmproxy

ResolveWang commented 6 years ago

感谢反馈哈