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

This commit is contained in:
cruizba 2022-04-21 21:27:44 +02:00
parent b1a44b0f3a
commit edfbd9cf34

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 \