Fix: Container file

This commit is contained in:
Jan Funke 2025-12-13 21:02:49 +01:00
parent bc3ef4f7dc
commit 3cf8d1c075
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
FROM docker.io/teamspeak:latest FROM docker.io/teamspeak:latest
USER root USER root
RUN apk add --no-cache postgresql-libs RUN apk add --no-cache libpq
USER ts3server USER ts3server