install libfontconfig
This commit is contained in:
parent
664b2f1531
commit
121c574ca3
|
@ -6,6 +6,7 @@ RUN apt-get update \
|
||||||
curl \
|
curl \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
|
libfontconfig \
|
||||||
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
|
&& curl -sL https://deb.nodesource.com/setup_8.x | bash - \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
nodejs \
|
nodejs \
|
||||||
|
|
Loading…
Reference in New Issue