Skip to content
Snippets Groups Projects
Commit c713bd57 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
FROM alpine:3.10
MAINTAINER Eduardo Trujillo <ed@chromabits.com>
RUN apk add --no-cache --virtual .run-deps rsync openssh tzdata curl ca-certificates && rm -rf /var/cache/apk/*
CMD ["rsync"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment