infrastructure/docker/coturn/Dockerfile

9 lines
150 B
Docker
Raw Normal View History

2019-06-01 14:02:49 +00:00
FROM amd64/debian:buster
RUN apt-get update && \
apt-get dist-upgrade -y && \
apt-get install -y \
coturn
CMD ["/usr/bin/turnserver"]