fix up pipfile for arm/v7

This commit is contained in:
jonaswinkler 2021-01-10 11:26:14 +01:00
parent 4bb0da397a
commit a1a415a5d1
2 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,7 @@ jobs:
uses: docker/setup-qemu-action@v1
-
name: Cache Docker layers
uses: pat-s/always-upload-cache@v2.1.3
uses: actions/cache@v2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}

View File

@ -38,6 +38,7 @@ RUN apt-get update \
icc-profiles-free \
imagemagick \
libatlas-base-dev \
libffi-dev \
liblept5 \
libmagic-dev \
libpoppler-cpp-dev \