-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt | |
FROM python:3.9.17-slim-bullseye AS runtime-image | ||
|
||
LABEL maintainer="OneOffTech <[email protected]>" \ | ||
org.label-schema.name="data-house/pdf-text-extractor" \ | ||
org.label-schema.description="Docker image for the Data House PDF text extractor service." \ | ||
org.label-schema.name="OneOffTech/parxy" \ | ||
org.label-schema.description="Docker image for the Parxy service. A PDF parser gateway." \ | ||
org.label-schema.schema-version="1.0" \ | ||
org.label-schema.vcs-url="https://github.com/data-house/pdf-text-extractor" | ||
org.label-schema.vcs-url="https://github.com/OneOffTech/parxy" | ||
|
||
RUN apt-get update -yqq && \ | ||
apt-get install -yqq --no-install-recommends tini \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters