Skip to content

Commit 87c5e78

Browse files
cyrmaxKirill Belousov
and
Kirill Belousov
authored
Fixes Dockerfile to support new TeamTalk5 SDK (#119)
Co-authored-by: Kirill Belousov <cyrmax@internet.ru>
1 parent aa6567d commit 87c5e78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM python:3.11-slim-bullseye
1+
FROM python:3.11-slim-bookworm
22
RUN apt update \
33
&& apt upgrade -y \
44
&& apt install -y --no-install-recommends \
55
gettext \
6-
libmpv1 \
6+
libmpv2 \
77
p7zip \
88
pulseaudio \
99
&& apt autoclean \

0 commit comments

Comments
 (0)