install libfontconfig

This commit is contained in:
Joan Sanchez 2019-01-23 09:45:35 +01:00
parent 664b2f1531
commit 121c574ca3
1 changed files with 1 additions and 0 deletions

View File

@ -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 \