drachtio / drachtio-server

A SIP call processing server that can be controlled via nodejs applications
https://drachtio.org
MIT License
237 stars 92 forks source link

Improve docker build #294

Open orgads opened 1 year ago

orgads commented 1 year ago
davehorton commented 1 year ago

Hmm this fails for me.

Also, I don't like the fact that now we have lost the ability to see the specific git tag that this was built from.

g++ -DHAVE_CONFIG_H -I. -I.. <...> -DDRACHTIO_VERSION=\"1.0.0\"
orgads commented 1 year ago

The failure is:

Killed signal terminated program cc1plus

I don't see how that's related to any of my changes.

orgads commented 1 year ago

How about now? You can build with ./build-docker.sh, and it should use the current version.

orgads commented 1 year ago

Rebased. @davehorton ping.