xorilog / docker-telegram

Dockerfile for a Telegram gui client
65 stars 32 forks source link

libdrm.so.2: cannot open shared object file #12

Closed pavo976 closed 4 years ago

pavo976 commented 4 years ago

https://hub.docker.com/r/xorilog/telegram

docker images|grep xorilog|grep latest
xorilog/telegram       latest              c3b746caa185        28 hours ago        360MB
#!/usr/bin/env bash

docker run --rm -it --name telegram \
       --hostname=$(hostname) \
       --device /dev/snd \
       -e DISPLAY=unix$DISPLAY \
       -v /tmp/.X11-unix:/tmp/.X11-unix \
       -v "/home/$(whoami)/.Xauthority:/home/user/.Xauthority" \
       -v /etc/localtime:/etc/localtime:ro \
       -v /opt/teleg/data/:/home/user/.local/share/TelegramDesktop/ \
       xorilog/telegram
./docker-teleg.sh
/usr/bin/Telegram: error while loading shared libraries: libdrm.so.2: cannot open shared object file: No such file or directory
xorilog commented 4 years ago

Hello @pavo976, does installing libdrm2 in the container fixes your issue ?

xorilog commented 4 years ago

Fixed by #13