mirror of https://github.com/OpenVidu/openvidu.git
openvidu-recording: Replace fonts-noto with fonts-droid-fallback from Dockerfile to reduce docker image size
parent
05fa7e9a90
commit
f2a84366d1
|
@ -4,7 +4,7 @@ MAINTAINER info@openvidu.io
|
||||||
ARG CHROME_VERSION
|
ARG CHROME_VERSION
|
||||||
|
|
||||||
# Install Chrome
|
# Install Chrome
|
||||||
RUN apt-get update && apt-get -y upgrade && apt-get install -y wget sudo fonts-noto
|
RUN apt-get update && apt-get -y upgrade && apt-get install -y wget sudo fonts-droid-fallback
|
||||||
RUN wget http://dl.google.com/linux/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb \
|
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 \
|
&& apt install -y ./google-chrome-stable_${CHROME_VERSION}_amd64.deb \
|
||||||
&& rm google-chrome-stable_${CHROME_VERSION}_amd64.deb \
|
&& rm google-chrome-stable_${CHROME_VERSION}_amd64.deb \
|
||||||
|
|
|
@ -14,7 +14,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
|
||||||
pulseaudio \
|
pulseaudio \
|
||||||
xvfb \
|
xvfb \
|
||||||
jq \
|
jq \
|
||||||
fonts-noto \
|
fonts-droid-fallback \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install chrome
|
# Install chrome
|
||||||
|
|
Loading…
Reference in New Issue