1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-25 01:41:00 +01:00
coturn/Dockerfile.build
Hui Kang 5eb9bc311b Build by docker
To build, run ./build-docker.sh.
The outputs will be in the same directory.

Signed-off-by: Hui Kang <kangh@us.ibm.com>
2017-05-16 17:30:25 +00:00

12 lines
242 B
Docker

FROM ubuntu:16.04
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
emacs-nox \
build-essential \
libssl-dev sqlite3 \
libsqlite3-dev \
libevent-dev \
g++ \
libboost-dev \
libevent-dev