Change: Rebuild docker image with postgres support

This commit is contained in:
2025-12-13 20:30:30 +01:00
parent 48ce608462
commit 86be8f6b21
4 changed files with 17 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM docker.io/teamspeak:latest
USER root
RUN apt-get update && \
apt-get install -y --no-install-recommends libpq && \
rm -rf /var/lib/apt/lists/*
USER teamspeak