This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -326,23 +326,26 @@ RUN SHA="23925d017f8eccafb1be57c509a07df75490c83d" \
326326# xfonts-cyrillic ~2 MB
327327# xfonts-scalable ~2 MB
328328# fonts-liberation ~3 MB
329+ # fonts-ipafont-gothic ~13 MB
330+ # fonts-wqy-zenhei ~17 MB
329331# ttf-ubuntu-font-family ~5 MB
330332# Ubuntu Font Family, sans-serif typeface hinted for clarity
331333# Removed packages:
332- # fonts-ipafont-gothic ~13 MB
333334# xfonts-100dpi ~6 MB
334335# xfonts-75dpi ~6 MB
335336# Regarding fonts-liberation see:
336337# https://github.com/SeleniumHQ/docker-selenium/issues/383#issuecomment-278367069
337- # Layer size: small: 6.898 MB (with --no-install-recommends)
338- # Layer size: small: 6.898 MB
338+ # Layer size: small: 36.28 MB (with --no-install-recommends)
339+ # Layer size: small: 36.28 MB
339340RUN apt-get -qqy update \
340341 && apt-get -qqy --no-install-recommends install \
341342 libfontconfig \
342343 libfreetype6 \
343344 xfonts-cyrillic \
344345 xfonts-scalable \
345346 fonts-liberation \
347+ fonts-ipafont-gothic \
348+ fonts-wqy-zenhei \
346349 ttf-ubuntu-font-family \
347350 && rm -rf /var/lib/apt/lists/*
348351
You can’t perform that action at this time.
0 commit comments