This commit is contained in:
2021-10-01 09:48:12 -04:00
parent 02ff0d0b6a
commit e152d560a9
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ FROM alpine:latest
ARG RELEASE=latest
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl ca-certificates flock bash tar wget unzip && rm -rf /var/cache/apk/*
RUN echo $RELEASE
RUN env
RUN wget -P /tmp https://github.com/benbjohnson/litestream/releases/download/${RELEASE}/litestream-${RELEASE}-linux-arm7-static.tar.gz && \
tar -C /usr/local/bin/ -xzvf /tmp/litestream-${RELEASE}-linux-arm7-static.tar.gz