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