From 121c574ca314aea2f18d475e3f1759d7508f9c88 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Wed, 23 Jan 2019 09:45:35 +0100 Subject: [PATCH] install libfontconfig --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2b55f61d8a..510faa06b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \