Skip to content

Commit

Permalink
docker: add curl for healthcheck in goreleaser image
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Jun 6, 2023
1 parent c09a251 commit e0c1071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goreleaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine
RUN apk add --no-cache tini
RUN apk add --no-cache tini curl
COPY aliveimage /
ENTRYPOINT ["/sbin/tini", "--", "/aliveimage"]

Expand Down

0 comments on commit e0c1071

Please sign in to comment.