Skip to content

Commit

Permalink
Include curl for health check.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeNeilson committed Dec 18, 2023
1 parent a6bf6d8 commit c5fe300
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 @@ -18,7 +18,7 @@ RUN gradle clean prepareDockerBuild --info --no-daemon

FROM alpine:3.19.0 as tomcat_base
RUN apk update && apk upgrade --no-cache
RUN apk add openjdk8-jre
RUN apk add openjdk8-jre curl

RUN mkdir /download && \
cd /download && \
Expand Down

0 comments on commit c5fe300

Please sign in to comment.