3 líneas
99 B
Docker
3 líneas
99 B
Docker
FROM debian:sid-slim
|
|
RUN apt update && apt -y upgrade && apt -y install mumble-server && apt clean
|