Add 'fonts-noto' to the apt dependencies
This commit is contained in:
parent
b3d6d018f7
commit
62430b91af
@ -3,9 +3,10 @@ MAINTAINER Odoo S.A. <info@odoo.com>
|
||||
|
||||
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
|
||||
RUN set -x; \
|
||||
apt-get update \
|
||||
apt-get update --fix-missing \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
fonts-noto \
|
||||
curl \
|
||||
node-less \
|
||||
python-gevent \
|
||||
|
@ -6,9 +6,10 @@ ENV LANG C.UTF-8
|
||||
|
||||
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
|
||||
RUN set -x; \
|
||||
apt-get update \
|
||||
apt-get update --fix-missing \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
fonts-noto \
|
||||
curl \
|
||||
node-less \
|
||||
python3-pip \
|
||||
|
@ -3,9 +3,10 @@ MAINTAINER Odoo S.A. <info@odoo.com>
|
||||
|
||||
# Install some deps, lessc and less-plugin-clean-css, and wkhtmltopdf
|
||||
RUN set -x; \
|
||||
apt-get update \
|
||||
apt-get update --fix-missing \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
fonts-noto \
|
||||
curl \
|
||||
node-less \
|
||||
python-gevent \
|
||||
|
Loading…
Reference in New Issue
Block a user