1
0
mirror of https://github.com/coturn/coturn.git synced 2025-12-24 17:31:00 +01:00
coturn/Dockerfile.build
Mathieu Aubin 5f7030e492
dupe
2018-11-02 06:01:24 -04:00

11 lines
223 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