Skip to content

Commit 5032509

Browse files
committed
install tk from Ubuntu apt-get
1 parent af7e0a0 commit 5032509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.10-slim
22

33
# Install Java (required by Tika for PDF parsing)
44
RUN apt-get update && apt-get install -y \
5-
default-jdk \
5+
default-jdk tk \
66
&& rm -rf /var/lib/apt/lists/*
77

88
# Set Java environment

0 commit comments

Comments
 (0)