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

Commit

Permalink
ADDED: curl dependency for health check
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 17, 2024
1 parent ae5526f commit 91deab2
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 @@ -28,7 +28,7 @@ FROM openjdk:17-oracle
WORKDIR /app

# Install necessary dependencies for running
RUN microdnf install --nodocs -y java-17-openjdk-headless && \
RUN microdnf install --nodocs -y java-17-openjdk-headless curl && \
microdnf clean all

# Copy the directory created in the first stage into the run container
Expand Down

0 comments on commit 91deab2

Please sign in to comment.