You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a bbb-docker setup from main branch the german sound files won't work, as unzip is not available.
Steps to reproduce:
select german sound files in .env: SOUNDS_LANGUAGE=de-de-daedalus3
./scripts/generate-compose
docker compose up
see bbb-freeswitch | /entrypoint.sh: line 35: unzip: command not found
I thought it might be easy to fix by adding zip to the apt-get install statement in mod/freeswitch/Dockerfile:48, but when running docker compose build the stage failed, because the package server cannot be reached?!
With a bbb-docker setup from main branch the german sound files won't work, as unzip is not available.
Steps to reproduce:
SOUNDS_LANGUAGE=de-de-daedalus3
./scripts/generate-compose
docker compose up
bbb-freeswitch | /entrypoint.sh: line 35: unzip: command not found
I thought it might be easy to fix by adding
zip
to theapt-get install
statement inmod/freeswitch/Dockerfile:48
, but when runningdocker compose build
the stage failed, because the package server cannot be reached?!The text was updated successfully, but these errors were encountered: