Skip to content

Commit

Permalink
fix(litestream docker): install curl for ytt download PE-5286
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed May 20, 2024
1 parent 1df03b5 commit b24141e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions litestream/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM litestream/litestream:0.3.13

RUN apk update && apk add --no-cache curl

COPY install-ytt.sh /install-ytt.sh
RUN /install-ytt.sh && rm /install-ytt.sh

Expand Down

0 comments on commit b24141e

Please sign in to comment.