angristan / docker-pleroma

Docker image for the Pleroma federated social network
https://git.pleroma.social/pleroma/pleroma/
MIT License
348 stars 75 forks source link

Install openssl-dev #89

Open namelivia opened 3 weeks ago

namelivia commented 3 weeks ago

The latest builds were failing for me with this error:

55.22 Error relocating /usr/bin/cmake: SSL_get0_group_name: symbol not found
55.22 make: *** [Makefile:49: c_src/lexbor/liblexbor_static.a] Error 127

Installing openssl-dev makes the build succeed again.