openvidu docker file updated

pull/437/head
OscarSotoSanchez 2020-04-17 16:16:16 +02:00
parent de4af3ccd9
commit b7a36700f9
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,6 @@ services:
volumes: volumes:
- /core:/core - /core:/core
environment: environment:
- KMS_EXTERNAL_ADDRESS=auto
- KMS_MIN_PORT=40000 - KMS_MIN_PORT=40000
- KMS_MAX_PORT=57000 - KMS_MAX_PORT=57000
- GST_DEBUG=${KMS_DEBUG_LEVEL:-} - GST_DEBUG=${KMS_DEBUG_LEVEL:-}

View File

@ -3,6 +3,8 @@ MAINTAINER openvidu@gmail.com
# Install Java, supervisor and netstat # Install Java, supervisor and netstat
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
curl \
wget \
openjdk-8-jre \ openjdk-8-jre \
coturn \ coturn \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*