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