add rsync #11

Merged
fedy95 merged 1 commits from add-rsync into master 4 years ago
  1. 4
      Dockerfile

4
Dockerfile

@ -1,3 +1,5 @@
FROM linuxserver/openssh-server
RUN apk --no-cache add git make
RUN \
apk update && apk upgrade && \
apk --no-cache add git make rsync