mirror of
https://github.com/coturn/coturn.git
synced 2025-12-25 01:41:00 +01:00
To build, run ./build-docker.sh. The outputs will be in the same directory. Signed-off-by: Hui Kang <kangh@us.ibm.com>
12 lines
242 B
Docker
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
|