From 008fed2191977612dff0d015be0f43ed86fad84d Mon Sep 17 00:00:00 2001 From: Marcel Schwarz Date: Mon, 27 Apr 2020 00:10:21 +0200 Subject: [PATCH] Add libfontconfig to dependencies --- scratch/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scratch/Dockerfile b/scratch/Dockerfile index b7d38b2..8511ada 100644 --- a/scratch/Dockerfile +++ b/scratch/Dockerfile @@ -5,7 +5,7 @@ ENV HOME /data WORKDIR /data RUN apt-get update -q \ - && apt-get install -qy tar perl wget \ + && apt-get install -qy libfontconfig1 tar perl wget \ && rm -rf /var/lib/apt/lists/* ARG SCHEME