Fix: Container file

This commit is contained in:
Jan Funke 2025-12-13 21:05:00 +01:00
parent 3cf8d1c075
commit 61417fb029
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 libpq RUN apk add --no-cache libpq libpq-dev
USER ts3server USER ts3server