add unzip download

This commit is contained in:
Patrick Werner 2020-05-15 12:50:28 +02:00 committed by GitHub
parent 8f36110c0a
commit ab2e3cabff
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 -y
RUN apt install wget unzip -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 && \