Add 'fonts-noto' to the apt dependencies

This commit is contained in:
Takuya Sawada 2018-03-11 19:36:30 +09:00
parent b3d6d018f7
commit 62430b91af
3 changed files with 6 additions and 3 deletions

View File

@ -3,9 +3,10 @@ MAINTAINER Odoo S.A. <info@odoo.com>
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf # Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \ RUN set -x; \
apt-get update \ apt-get update --fix-missing \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
fonts-noto \
curl \ curl \
node-less \ node-less \
python-gevent \ python-gevent \

View File

@ -6,9 +6,10 @@ ENV LANG C.UTF-8
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf # Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \ RUN set -x; \
apt-get update \ apt-get update --fix-missing \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
fonts-noto \
curl \ curl \
node-less \ node-less \
python3-pip \ python3-pip \

View File

@ -3,9 +3,10 @@ MAINTAINER Odoo S.A. <info@odoo.com>
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf # Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
RUN set -x; \ RUN set -x; \
apt-get update \ apt-get update --fix-missing \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends \
ca-certificates \ ca-certificates \
fonts-noto \
curl \ curl \
node-less \ node-less \
python-gevent \ python-gevent \