pgbouncer
pgbouncer copied to clipboard
Breaking on 'make install'
It is breaking on 'make install' inside docker container
Broken for me too - the issue seems to be the alpine version: https://www.bountysource.com/issues/71091841-build-error-with-alpine-3-9
I changed alpine:latest to alpine:3.8 at the top of the Docker file and make install started working.
thanks, I will give it a try!
Tried with alpine:3.8 as well, Actually i is breaking on Pandoc, Seems like need to install/build Pandoc manualy, with some version specifications.