Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-eshghie authored Oct 13, 2024
1 parent db7d1e4 commit 5b32c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM python:3.10.12-slim

# Install Java (OpenJDK 17) and necessary build tools
RUN apt-get update && \
apt-get install -y openjdk-17-jdk curl unzip && \
apt-get install -y openjdk-17-jdk curl unzip git && \
apt-get clean

# Set environment variables for Java
Expand Down

0 comments on commit 5b32c4e

Please sign in to comment.