mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
Add pdf utils to docker and add additional ref to .env
This commit is contained in:
parent
54ad2041ae
commit
055a091ade
@ -23,6 +23,8 @@ services:
|
||||
condition: service_started
|
||||
networks:
|
||||
- databridge-network
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
postgres:
|
||||
build:
|
||||
|
@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y \
|
||||
libmagic1 \
|
||||
tesseract-ocr \
|
||||
postgresql-client \
|
||||
poppler-utils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy installed packages from builder
|
||||
|
Loading…
x
Reference in New Issue
Block a user