mirror of https://github.com/OpenVidu/openvidu.git
openvidu-deployment: install dnsutils in openvidu-server, openvidu-server-pro and coturn to use dig
parent
b9de4f38be
commit
553e63513c
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:16.04
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y coturn curl
|
||||
&& apt-get install -y coturn curl dnsutils
|
||||
|
||||
COPY ./configuration-files.sh /tmp/
|
||||
COPY ./entrypoint.sh /usr/local/bin
|
||||
|
|
|
@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|||
jq \
|
||||
docker.io \
|
||||
ethtool \
|
||||
dnsutils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir -p /opt/openvidu /usr/local/bin/
|
||||
|
|
|
@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
|
|||
openjdk-8-jre \
|
||||
coturn \
|
||||
redis-tools \
|
||||
dnsutils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy OpenVidu Server
|
||||
|
|
Loading…
Reference in New Issue