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