Browse Source

add rsync

pull/11/head
fedy95 4 years ago
parent
commit
6e171e4ac0
  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