tiredofit / docker-freepbx

Dockerized FreePBX 15 w/Asterisk 17, Seperate MySQL Database support, and Data Persistence and UCP
MIT License
515 stars 237 forks source link

Fresh install apt problem #116

Open hakancunier opened 4 years ago

hakancunier commented 4 years ago

Apt cant load some packages. Here is log:

Downloading module 'ucp' Processing ucp Downloading... 4265674/4265674 [============================] 100% Finished downloading Extracting...Done Download completed in 17 seconds Updating tables ucp_sessions...Done **System : debian sh: 1: pkg-config: not found icu, pkg-config or pkgconf is not installed. You need to run: apt-get install icu libicu-devel pkg-config pkgconf Unable to install module ucp:

And also getting errors about crontab like image

tiredofit commented 4 years ago

Oh boy, Freepbx at it again. For the first issue I am pushing a new version of tiredofit/freepbx:develop - Can you pull that image and test. If it works well I will commit and issue a new release.

Swicegood commented 2 years ago

Me too on 14:latest

root@615baa524e91:/# apt-get install icu libicu-devel pkg-config pkgconf Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package icu E: Unable to locate package libicu-devel root@615baa524e91:/# apt-get install pkg-config pkgconf Reading package lists... Done Building dependency tree
Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: pkgconf : Breaks: pkg-config (>= 0.29-1) E: Unable to correct problems, you have held broken packages.