deployment: Don't ask about time zone while building openvidu-server-pro docker image

pull/715/head
cruizba 2022-04-21 21:27:44 +02:00
parent b1a44b0f3a
commit edfbd9cf34
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
FROM ubuntu:20.04
MAINTAINER info@openvidu.io
ENV DEBIAN_FRONTEND=noninteractive
# Install main components
RUN apt-get update && apt-get install -y \
curl \