Skip to content

Commit 9cb35da

Browse files
committed
try again
1 parent 36353a6 commit 9cb35da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: '3.13'
2424
- name: Install required debian packages
25-
run: sudo apt-get install -y poppler-utils # required by pdf2image
25+
run: sudo apt-get update && apt-get install -y poppler-utils # required by pdf2image
2626
- name: Install python dependencies
2727
run: |
2828
python -m pip install --upgrade pip

docker/standard/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV PAPERMERGE__OCR__LANG_CODES="deu,eng,ron"
1919
ENV PAPERMERGE__OCR__DEFAULT_LANG_CODE="deu"
2020
ENV PAPERMERGE__OCR__AUTOMATIC="false"
2121

22-
RUN apk add linux-headers python3-dev \
22+
RUN apk update && apk add linux-headers python3-dev \
2323
gcc \
2424
curl \
2525
libc-dev \

0 commit comments

Comments
 (0)