Install fonts-noto

pull/634/head
cruizba 2021-06-10 17:10:59 +02:00
parent 131d883299
commit 1b5b876ba0
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ MAINTAINER info@openvidu.io
ARG CHROME_VERSION
# Install Chrome
RUN apt-get update && apt-get -y upgrade && apt-get install -y wget sudo
RUN apt-get update && apt-get -y upgrade && apt-get install -y wget sudo fonts-noto
RUN wget http://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb \
&& apt install -y ./google-chrome-stable_${CHROME_VERSION}_amd64.deb \
&& rm google-chrome-stable_${CHROME_VERSION}_amd64.deb \

View File

@ -14,6 +14,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
pulseaudio \
xvfb \
jq \
fonts-noto \
&& rm -rf /var/lib/apt/lists/*
# Install chrome