mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
8 lines
157 B
Docker
8 lines
157 B
Docker
FROM ubuntu:14.04
|
|
|
|
RUN apt-get update && apt-get install libcap2-bin mumble-server -y
|
|
|
|
ADD ./mumble-server.ini /etc/mumble-server.ini
|
|
|
|
CMD /usr/sbin/murmurd
|