Compiling telegram desktop, especially on power9 machines is quite a challenge.
I made a docker container spec based on the debian package of telegram desktop to make it easier on myself and I wouldn’t be limited to the web version of telegram, which is way too slow.
The container runs telegram desktop and uses the host X server and sound system. Not sure if the GPU is used by default.
Running:
- clone this repository
- create a file named
.env
and put USERNAME,UID and GID in there docker-compose build
docker-compose up