Add libfontconfig to dependencies
This commit is contained in:
parent
3915c0fbd6
commit
008fed2191
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user