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
|
# 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 \
|
||||||
|
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user