File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.licenses MIT
6
6
LABEL org.opencontainers.image.source https://github.com/alephdata/ingest-file
7
7
8
8
# Enable non-free archive for `unrar`.
9
- RUN echo "deb http://http.us.debian.org/debian stable non-free" >/etc/apt/sources.list.d/nonfree.list \
9
+ RUN echo "deb http://http.us.debian.org/debian bookworm non-free" >/etc/apt/sources.list.d/nonfree.list \
10
10
&& apt-get -qq -y update \
11
11
&& apt-get -qq -y install build-essential locales \
12
12
# python deps (mostly to install their dependencies)
@@ -148,10 +148,10 @@ RUN pip install --no-cache-dir --config-settings editable_mode=compat --use-pep5
148
148
RUN chown -R app:app /ingestors
149
149
150
150
ENV ARCHIVE_TYPE=file \
151
- ARCHIVE_PATH=/data \
152
- FTM_STORE_URI=postgresql://aleph:aleph@postgres/aleph \
153
- REDIS_URL=redis://redis:6379/0 \
154
- TESSDATA_PREFIX=/usr/share/tesseract-ocr/5/tessdata
151
+ ARCHIVE_PATH=/data \
152
+ FTM_STORE_URI=postgresql://aleph:aleph@postgres/aleph \
153
+ REDIS_URL=redis://redis:6379/0 \
154
+ TESSDATA_PREFIX=/usr/share/tesseract-ocr/5/tessdata
155
155
156
156
# USER app
157
157
CMD ingestors process
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ py7zr==1.0.0
20
20
pytest == 8.3.5
21
21
pytest-cov == 6.1.0
22
22
click == 8.1.8
23
+ fakeredis == 2.30.3
23
24
24
25
# File format support
25
26
dbf == 0.99.10
You can’t perform that action at this time.
0 commit comments