From e2dc1924cb159514294b293fe4ea74073f569733 Mon Sep 17 00:00:00 2001 From: Peter Bachmaier <99303322+theassemblerguy@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:11:01 +0200 Subject: [PATCH] Add tdlib-purple to the minimal Docker image (#506) --- Dockerfile.trixie | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.trixie b/Dockerfile.trixie index 16d1168a..47c212dd 100644 --- a/Dockerfile.trixie +++ b/Dockerfile.trixie @@ -81,8 +81,7 @@ git clone --recursive https://github.com/EionRobb/purple-mattermost && \ cd purple-mattermost && \ make && \ make DESTDIR=/tmp/out install - -#todo: Fix tdlib-purple here +RUN curl -o /tmp/out/libtelegram-tdlib.so https://buildbot.hehoe.de/tdlib-pruple/libtelegram-tdlib-1.8.35_bookworm_amd64.so FROM debian:trixie-20240904 as production