Skip to content

Commit 0598723

Browse files
Merge pull request #111 from Sodiumchloridy/main
build: install curl for healthcheck in Dockerfile
2 parents cbfc462 + 7a6b5d5 commit 0598723

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ LABEL org.opencontainers.image.source=https://github.com/ghoshRitesh12/aniwatch-
2020
LABEL org.opencontainers.image.description="Node.js API for obtaining anime information from hianime.to"
2121
LABEL org.opencontainers.image.licenses=MIT
2222

23+
# install curl for healthcheck
24+
RUN apk add --no-cache curl
25+
2326
# create a non-privileged user
2427
RUN addgroup -S aniwatch && adduser -S zoro -G aniwatch
2528

0 commit comments

Comments
 (0)