mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Dockerfile: Add curl for healthchecking
This commit is contained in:
parent
0c508b5df6
commit
87abf22916
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM cgr.dev/chainguard/wolfi-base
|
||||
|
||||
RUN apk add --no-cache tini bash
|
||||
RUN apk add --no-cache tini bash curl
|
||||
|
||||
# nobody 65534:65534
|
||||
USER 65534:65534
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue