mirror of https://github.com/OpenVidu/openvidu.git
deployment: Don't ask about time zone while building openvidu-server-pro docker image
parent
b1a44b0f3a
commit
edfbd9cf34
|
@ -1,6 +1,8 @@
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
MAINTAINER info@openvidu.io
|
MAINTAINER info@openvidu.io
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Install main components
|
# Install main components
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
|
|
Loading…
Reference in New Issue