aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
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