We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108a057 commit 80c2fe7Copy full SHA for 80c2fe7
Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine
2
-RUN apk update && apk add git openssh
+RUN apk update && apk add git openssh rsync
3
COPY . /
4
RUN chmod +x /entrypoint.sh
5
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments