Skip to content

Commit 80c2fe7

Browse files
committed
Add rsync to Docker image.
1 parent 108a057 commit 80c2fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine
2-
RUN apk update && apk add git openssh
2+
RUN apk update && apk add git openssh rsync
33
COPY . /
44
RUN chmod +x /entrypoint.sh
55
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)