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