Skip to content

Commit

Permalink
Sync Pro 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
x-Felix authored Aug 12, 2024
1 parent afa4d64 commit cd630bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:latest
MAINTAINER Resilio Inc. <[email protected]>
LABEL com.resilio.version="2.8.1"
LABEL com.resilio.version="3.0"

ENV TZ 'Australia/Sydney'
RUN echo $TZ > /etc/timezone && \
Expand All @@ -10,7 +10,7 @@ RUN echo $TZ > /etc/timezone && \
dpkg-reconfigure -f noninteractive tzdata && \
apt-get clean

ADD https://download-cdn.resilio.com/2.8.1.1390/linux/x64/0/resilio-sync_x64.tar.gz /tmp/sync.tgz
ADD https://download-cdn.resilio.com/stable/linux/x64/0/resilio-sync_x64.tar.gz /tmp/sync.tgz
RUN tar -xf /tmp/sync.tgz -C /usr/bin rslsync && rm -f /tmp/sync.tgz

COPY sync.conf.default /etc/
Expand Down

0 comments on commit cd630bd

Please sign in to comment.