From bd3542197aa757fa9004a5eab2388e883df1bb9a Mon Sep 17 00:00:00 2001 From: James Andariese Date: Thu, 7 Mar 2024 16:01:36 -0600 Subject: [PATCH] add yq --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 272b717..6a612c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ FROM alpine:${ALPINE} COPY --from=builder /ipfs /bin/ipfs COPY --from=builder /ipfswatch /bin/ipfswatch +RUN apk add --no-cache yq + CMD ["ipfs"] HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \