Skip to content

Commit

Permalink
openvidu-recording: Replace fonts-noto with fonts-droid-fallback from…
Browse files Browse the repository at this point in the history
… Dockerfile to reduce docker image size
  • Loading branch information
cruizba committed Jun 10, 2021
1 parent 05fa7e9 commit f2a8436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER [email protected]
ARG CHROME_VERSION

# 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 \
&& apt install -y ./google-chrome-stable_${CHROME_VERSION}_amd64.deb \
&& rm google-chrome-stable_${CHROME_VERSION}_amd64.deb \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update && apt-get -y upgrade && apt-get install -y \
pulseaudio \
xvfb \
jq \
fonts-noto \
fonts-droid-fallback \
&& rm -rf /var/lib/apt/lists/*

# Install chrome
Expand Down

0 comments on commit f2a8436

Please sign in to comment.