add fontconfig download

This commit is contained in:
Patrick Werner 2020-05-15 14:01:51 +02:00 committed by GitHub
parent ab2e3cabff
commit 5b1f38c0e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ARG PELICAN_VERSION=4.2.0
ARG SOURCE_CODE_PRO_VERSION=3.006R
ARG MATPLOTLIB_VERSION=3.2.1
RUN apt update && apt upgrade -y
RUN apt install wget unzip -y
RUN apt install wget unzip fontconfig -y
RUN wget https://github.com/adobe-fonts/source-sans-pro/releases/download/${SOURCE_CODE_PRO_VERSION}/source-sans-pro-${SOURCE_CODE_PRO_VERSION}.zip && \
unzip source-sans-pro-${SOURCE_CODE_PRO_VERSION}.zip && \
rm source-sans-pro-${SOURCE_CODE_PRO_VERSION}.zip && \