Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 15c2a14d27867478e343e6e09ab1672c281690de Author: Funatiker <koehlerx@gmx.de> Date: Sat May 15 23:54:46 2021 +0000 Add libwebp-dev to tgs.Dockerfile fixes Telegram sticker to WebP rendering (#1476) diff --git a/tgs.Dockerfile b/tgs.Dockerfile index f39b821..83a77e7 100644 --- a/tgs.Dockerfile +++ b/tgs.Dockerfile @@ -126 +127 @@ RUN apk --no-cache add \ ca-certificates \ cairo \ libjpeg-turbo \ + libwebp-dev \ mailcap \ py3-webencodings \ python3 \