mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
Upgrade Backuppc::XS to 0.54 and rsync-bpc to 3.0.9.7
This commit is contained in:
parent
e1bf9e232d
commit
abcaf7342d
@ -3,8 +3,8 @@ FROM alpine:3.5
|
||||
MAINTAINER Adrien Ferrand <ferrand.ad@gmail.com>
|
||||
|
||||
ENV BACKUPPC_VERSION 4.1.2
|
||||
ENV BACKUPPC_XS_VERSION 0.53
|
||||
ENV RSYNC_BPC_VERSION 3.0.9.6
|
||||
ENV BACKUPPC_XS_VERSION 0.54
|
||||
ENV RSYNC_BPC_VERSION 3.0.9.7
|
||||
ENV PAR2_VERSION v0.7.0
|
||||
|
||||
RUN apk --no-cache add \
|
||||
@ -19,8 +19,6 @@ supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lig
|
||||
# Compile and install BackupPC:XS
|
||||
&& git clone https://github.com/backuppc/backuppc-xs.git /root/backuppc-xs --branch $BACKUPPC_XS_VERSION \
|
||||
&& cd /root/backuppc-xs \
|
||||
# => temporary correction on version 0.53, already done on master: can be removed with version 0.54
|
||||
&& printf "\n#define ACCESSPERMS 0777" >> rsync.h \
|
||||
&& perl Makefile.PL && make && make test && make install \
|
||||
|
||||
# Compile and install Rsync (BPC version)
|
||||
|
Loading…
Reference in New Issue
Block a user