From 1feafd1c134cf4bfc1d36b6ac6ff733d65d18182 Mon Sep 17 00:00:00 2001 From: Jan Funke Date: Sat, 13 Dec 2025 20:43:12 +0100 Subject: [PATCH] Fix: Container file --- Containerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index d0801b4..c2f6bc9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,8 +1,6 @@ FROM docker.io/teamspeak:latest USER root -RUN apt-get update && \ - apt-get install -y --no-install-recommends libpq && \ - rm -rf /var/lib/apt/lists/* +RUN apk add --no-cache postgresql-libs USER teamspeak \ No newline at end of file