add requests python package

This commit is contained in:
Valvin 2019-04-22 16:30:39 +02:00
parent 2993b31a7d
commit 816614d8a7
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ RUN apk --no-cache add zip libressl python2 python3 git npm jq curl \
ghostscript-fonts fontconfig inkscape imagemagick exiftool graphicsmagick \
&& apk add --no-cache --virtual .build-deps alpine-sdk \
&& npm install -g --unsafe-perm thumbsup \
&& apk del .build-deps alpine-sdk
&& apk del .build-deps alpine-sdk \
&& python3 -m pip install requests
RUN wget https://www.peppercarrot.com/0_sources/0ther/tools/zip/peppercarrot-fonts-latest.zip \
&& unzip -d /usr/share/fonts/ peppercarrot-fonts-latest.zip \
&& fc-cache -f \