mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-19 16:38:28 +00:00
* Parallelized compression for rpm package (with pigz) * Fixed dependencies in docker files * Fixed qt configure in RPM spec file (added font support with fontconfig, accessibility options, text-to-speech...) * Little sed + xargs hack to workaround some distros refusing to build with python2 shebangs * Change Qt git repo for building docker image to https in order to pass firewall and avoid timeout while cloning
6 lines
210 B
Text
6 lines
210 B
Text
FROM gitlab.linphone.org:4567/bc/public/linphone-desktop/bc-dev-centos7-qt:5.12.5
|
|
|
|
MAINTAINER Peio Rigaux <peio.rigaux@belledonne-communications.com>
|
|
|
|
#Appimage deps
|
|
RUN sudo yum install -y wget fuse fuse-libs
|