atyenoria / janus-webrtc-gateway-docker

Perfect Docker Image for Media Streaming Expert User ( https://github.com/meetecho/janus-gateway )
688 stars 200 forks source link

autopoint error #63

Closed jasonkang14 closed 4 years ago

jasonkang14 commented 4 years ago

I was able to build your docker image in my local server following your instruction, but when I tried to build the image in my server using make build command, I got an error like below

Can't exec "autopoint": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext

I found that one of your commit histories shows that autopoint dependency had been added before. Is there anything for me to do in order to fix the problem?

Thank you for your help in advance.

jasonkang14 commented 4 years ago

installing autopoint and gettext did not solve the problem