Update Dockerfile

This commit is contained in:
JoshPiper 2020-01-05 11:03:17 +00:00 committed by GitHub
parent d75a44a646
commit c6d9be15a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,7 @@
FROM alpine:latest FROM drinternet/rsync:1.0.1
# Update
RUN apk --update --no-cache add rsync bash openssh-client
# Copy entrypoint # Copy entrypoint
ADD entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]