mirror of
https://github.com/sstent/containers.git
synced 2026-01-26 09:02:22 +00:00
add versions to rsync
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl ca-certificates flock bash && rm -rf /var/cache/apk/*
|
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl ca-certificates flock bash tar wget && rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /
|
COPY docker-entrypoint.sh /
|
||||||
COPY litestream /usr/local/bin/litestream
|
# COPY litestream /usr/local/bin/litestream
|
||||||
RUN chmod +x /docker-entrypoint.sh
|
RUN chmod +x /docker-entrypoint.sh
|
||||||
RUN chmod +x /usr/local/bin/litestream
|
RUN chmod +x /usr/local/bin/litestream
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user