add yq
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
parent
a2539e2bb0
commit
bd3542197a
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user