ossobv / bcg729-deb

(obsolete) Debian/Ubuntu package for the Bcg729 G.729 codec library
Other
14 stars 17 forks source link

dockerfile fails many ways #8

Closed james-see closed 2 years ago

james-see commented 2 years ago

executor failed running [/bin/sh -c mk-build-deps --install --remove --tool "apt-get -y" /build/debian/control]: exit code: 1

wdoekes commented 2 years ago

Do you have any more output? Which OS are you using to build on? What commands do you use to build?

james-see commented 2 years ago

@wdoekes I used the readme.

james-see commented 2 years ago

It literally says in the Readme, "Just do ./Dockerfile.build". The error posted above is the result of running that command.

wdoekes commented 2 years ago

Why are you using this if you're not altering the Dockerfile.build parameters?

$ docker run debian:bullseye sh -c 'apt-get update -qq && apt-cache search bcg729'
libbcg729-0 - ITU G.729 Annex A compatible audio codec
libbcg729-dev - Development files for the ITU G.729 compatible audio codec

As you can see, the packages are already in vanilla bullseye.