aboutsummaryrefslogtreecommitdiff
path: root/app_build/coturn/Dockerfile
blob: 0d231617332a24ede0c55e3e6ed144aec312f2d1 (plain) (blame)
1
2
3
4
5
6
7
8
FROM amd64/debian:buster

RUN apt-get update && \
    apt-get dist-upgrade -y && \
    apt-get install -y \
      coturn

CMD ["/usr/bin/turnserver"]