Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 6328829

Browse files
committed
OpenJDK for tabula
1 parent 4ab0ab2 commit 6328829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ FROM python:3.10-bullseye
22

33
WORKDIR /app
44
COPY . /app
5-
RUN apt update && apt install -y git build-essential && pip install -r requirements.txt
5+
RUN apt update && apt install -y git build-essential default-jdk && pip install -r requirements.txt
66
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]

0 commit comments

Comments
 (0)