mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-22 07:23:46 +01:00
Update Dockerfile
This commit is contained in:
parent
1bbe8382e5
commit
20b1f5b4b8
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
# Update
|
# Update
|
||||||
RUN apk --update add rsync
|
RUN apk --update add rsync openssh-client
|
||||||
|
|
||||||
# Copy entrypoint
|
# Copy entrypoint
|
||||||
ADD entrypoint.sh /entrypoint.sh
|
ADD entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in a new issue