Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Reduce image size: headless JRE is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Dec 2, 2024
1 parent 02d8fa9 commit 5f03043
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 @@ -17,7 +17,7 @@ ENV PORT=80

# Install Python
RUN apt-get update \
&& apt-get install -y python3-minimal maven tini netcat-traditional \
&& apt-get install -y python3-minimal openjdk-17-jre-headless tini netcat-traditional \
&& rm -rf /var/lib/apt/lists/*

# Copy playground sources
Expand Down

0 comments on commit 5f03043

Please sign in to comment.