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 \