Skip to content

Commit

Permalink
Add missing Dockerfile dependencies for curl and jq
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Feb 29, 2024
1 parent 73433a7 commit a100b0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM alpine
COPY ./notify-wikijs-recent-updates.sh /usr/local/bin/notify-wikijs-recent-updates.sh
RUN chmod +x /usr/local/bin/notify-wikijs-recent-updates.sh

# Install curl and jq
RUN apk add --no-cache curl jq

# Run the cron every 5 minutes
RUN echo '*/5 * * * * /usr/local/bin/notify-wikijs-recent-updates.sh' > /etc/crontabs/root

Expand Down

0 comments on commit a100b0f

Please sign in to comment.