Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
docker: add curl to docker image for healthchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Mar 14, 2018
1 parent 900ec36 commit b7e2975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM openjdk:8-jre-alpine

EXPOSE 9999

RUN apk add --no-cache curl

VOLUME /tmp
ADD /maven/${docker.finalName}.jar app.jar
ENV JAVA_OPTS=""
Expand Down

0 comments on commit b7e2975

Please sign in to comment.