From 7a6b5d5ae5a5be05d5afadd336347e007cf0f361 Mon Sep 17 00:00:00 2001 From: Sodiumchloridy <67376832+Sodiumchloridy@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:20:06 +0800 Subject: build: install curl for healthcheck in Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 74a2e68..f0bee79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,9 @@ LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch- LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to" LABEL org.opencontainers.image.licenses=MIT +# install curl for healthcheck +RUN apk add --no-cache curl + # create a non-privileged user RUN addgroup -S aniwatch && adduser -S zoro -G aniwatch -- cgit v1.2.3