From 3cf8d1c075025d952987dddfd676f79543094650 Mon Sep 17 00:00:00 2001 From: Jan Funke Date: Sat, 13 Dec 2025 21:02:49 +0100 Subject: [PATCH] Fix: Container file --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index ce2602f..cabe050 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/teamspeak:latest USER root -RUN apk add --no-cache postgresql-libs +RUN apk add --no-cache libpq USER ts3server \ No newline at end of file