Skip to content

Commit

Permalink
add jq to cloudflare ddns image
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed Jan 6, 2024
1 parent 32ade19 commit f4ddd5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudflare-ddns/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM bash:alpine3.19

RUN apk --update add curl coreutils dumb-init
RUN apk --update add curl jq coreutils dumb-init

ENV RUN_ON_STARTUP="true"

COPY start.sh run.sh /
RUN chmod

ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["/start.sh"]

0 comments on commit f4ddd5a

Please sign in to comment.