From a1a415a5d16b532ccb67486fe3a8ca704d70be22 Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Sun, 10 Jan 2021 11:26:14 +0100 Subject: [PATCH] fix up pipfile for arm/v7 --- .github/workflows/ci.yml | 2 +- Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98e5ecf8a..aa4ee9b74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/Dockerfile b/Dockerfile index ea3136bb3..4bd9b5e06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ RUN apt-get update \ icc-profiles-free \ imagemagick \ libatlas-base-dev \ + libffi-dev \ liblept5 \ libmagic-dev \ libpoppler-cpp-dev \