Skip to content

Commit 79e53f2

Browse files
committed
fix missing curl
1 parent fcde29e commit 79e53f2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MAINTAINER nimmis <[email protected]>
55
COPY root/. /
66

77
RUN apk update && apk upgrade && \
8-
apk add zip && \
8+
apk add zip curl && \
99
cd /root && \
1010
curl https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz | tar xfz - && \
1111
mv rslsync /usr/local/bin && \

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
BitTorrent Sync using Resilio Sync
22
==================================
33

4+
![](https://img.shields.io/docker/pulls/nimmis/resilio-sync.svg)
5+
46
This is a small container [![](https://images.microbadger.com/badges/image/nimmis/resilio-sync.svg)](https://microbadger.com/images/nimmis/resilio-sync "Get your own image badge on microbadger.com") using Resilio Sync client to syncronize data between clients.
57

68
Sync skips the cloud and finds the shortest path between devices when transferring data. No Cloud. No uploading to third party servers. Just fast, simple file syncing.

0 commit comments

Comments
 (0)