Fix: Container file

This commit is contained in:
Jan Funke 2025-12-13 20:43:12 +01:00
parent 1a4b928512
commit 1feafd1c13
No known key found for this signature in database

View File

@ -1,8 +1,6 @@
FROM docker.io/teamspeak:latest FROM docker.io/teamspeak:latest
USER root USER root
RUN apt-get update && \ RUN apk add --no-cache postgresql-libs
apt-get install -y --no-install-recommends libpq && \
rm -rf /var/lib/apt/lists/*
USER teamspeak USER teamspeak