mirror of
https://github.com/sstent/containers.git
synced 2026-01-26 17:12:26 +00:00
first
This commit is contained in:
12
rsync/Dockerfile
Normal file
12
rsync/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl ca-certificates flock bash && rm -rf /var/cache/apk/*
|
||||
COPY docker-entrypoint.sh /
|
||||
COPY litestream /usr/local/bin/litestream
|
||||
RUN chmod +x /docker-entrypoint.sh
|
||||
RUN chmod +x /usr/local/bin/litestream
|
||||
|
||||
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
CMD ["bash"]
|
||||
Reference in New Issue
Block a user