OB-USP-AGENT is a system daemon providing a User Services Platform (USP) Agent. https://github.com/BroadbandForum/obuspa/wiki
BSD 3-Clause "New" or "Revised" License
93
stars
62
forks
source link
Error when building docker image #57
Closed
iamrenny closed 2 years ago
Hi all!
I'm getting the following error building a docker image with docker with command
docker build . --tag=obuspa:latest
executor failed running [/bin/sh -c cd /obuspa/ && autoreconf -fi && ./configure && make -j${MAKE_JOBS} && make install]: exit code: 2
The console log shows the following fatal errors:
Any help will be appreciated.
Thanks in advanced.