6 lines
87 B
Docker
6 lines
87 B
Docker
FROM docker.io/teamspeak:latest
|
|
|
|
USER root
|
|
RUN apk add --no-cache libpq
|
|
|
|
USER ts3server |