File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM nimmis/alpine-glibc
1
+ FROM devmtl/alpineglibc:3.9
2
2
3
- MAINTAINER nimmis <
[email protected] >
3
+ MAINTAINER Pascal Andy <https://pascalandy.com>
4
+ LABEL com.resilio.version="2.6.3"
4
5
5
- ENV RSLSYNC_SIZE=1000 \
6
- RSLSYNC_TRASH_TIME=30 \
6
+ # rslsync --help / Resilio Sync 2.6.3 (1340) / 2019-02-04_10h26
7
+ # https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
8
+ ENV RSLSYNC_SIZE=1024 \
9
+ RSLSYNC_TRASH_TIME=14 \
7
10
RSLSYNC_TRASH=true
11
+
8
12
COPY root/. /
9
13
10
14
RUN apk update && apk upgrade && \
11
- apk add zip curl && \
15
+ apk add --no-cache zip curl && \
12
16
cd /root && \
13
17
curl https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz | tar xfz - && \
14
18
mv rslsync /usr/local/bin && \
@@ -18,4 +22,3 @@ VOLUME /data
18
22
19
23
EXPOSE 33333
20
24
EXPOSE 8888
21
-
You can’t perform that action at this time.
0 commit comments