Skip to content

Commit

Permalink
Fixes Dockerfile to support new TeamTalk5 SDK (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Belousov <cyrmax@internet.ru>
  • Loading branch information
cyrmax and Kirill Belousov committed Mar 17, 2024
1 parent aa6567d commit 87c5e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit 87c5e78

Please sign in to comment.