docker-wechat
docker-wechat copied to clipboard
libGL error: No matching fbConfigs or visuals found
it was firts time when i launch dochat, and it seems that have something error with libGL
我也遇到了这个问题,可以自己改一下entrypoint.sh 删除一个东西
function startWechat () {
hello
sudo rm /usr/lib/i386-linux-gnu/libGL.so.1 && echo "rm" || echo "already done"
setupFontDpi
或者直接pull 我的也行 hhh rm了一下
curl -sL https://raw.githubusercontent.com/Kin-Zhang/Kin-Zhang/main/scripts/wechat.sh | bash