Skip to content

Commit

Permalink
feat(rsync): add rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Jan 7, 2020
1 parent c8a9224 commit 91c0913
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
RUN \
apk update && \
apk upgrade && \
apk add --no-cache git bash openssh-client && \
git --version && bash --version && ssh -V && npm -v && node -v && yarn -v
apk add --no-cache git bash openssh-client rsync && \
node -v && yarn -v && npm -v && git --version && bash --version && ssh -V && rsync --version
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

> Lightweight Docker image based on node:12-alpine with basic useful tools:
- node 12.13.0+
- yarn 1.19.1+
- openssh 7.9+
- git 2.20.1+
- npm 6.12.0+
- git 2.20.2+
- bash 4.4.19+
- openssh 7.9+
- rsync 3.1.3+

## Examples

Expand Down

0 comments on commit 91c0913

Please sign in to comment.