add rsync, fix perms
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apt update
|
||||
# upgrading packages against advice of phusion
|
||||
RUN apt upgrade -y
|
||||
|
||||
RUN apt install -y golang git build-essential
|
||||
RUN apt install -y golang git build-essential rsync
|
||||
|
||||
RUN go get -u github.com/ipfs/ipfs-update
|
||||
RUN /root/go/bin/ipfs-update install latest
|
||||
|
||||
Reference in New Issue
Block a user