From 87c5e7824a96e1b9dbb908c3e389ccbb6b057866 Mon Sep 17 00:00:00 2001 From: Kirill Belousov <62388965+cyrmax@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:20:08 +0300 Subject: [PATCH] Fixes Dockerfile to support new TeamTalk5 SDK (#119) Co-authored-by: Kirill Belousov --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ecbc31..5a10871 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ -FROM python:3.11-slim-bullseye +FROM python:3.11-slim-bookworm RUN apt update \ && apt upgrade -y \ && apt install -y --no-install-recommends \ gettext \ - libmpv1 \ + libmpv2 \ p7zip \ pulseaudio \ && apt autoclean \