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