diff --git a/Dockerfile b/Dockerfile index 398f62b..a9046bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,17 +1,17 @@ FROM alpine:3.6 -MAINTAINER Adrien Ferrand +LABEL maintainer="Adrien Ferrand " ENV BACKUPPC_VERSION 4.1.3 ENV BACKUPPC_XS_VERSION 0.56 ENV RSYNC_BPC_VERSION 3.0.9.8 -ENV PAR2_VERSION v0.7.3 +ENV PAR2_VERSION v0.7.4 RUN apk --no-cache add \ # Install backuppc build dependencies gcc g++ autoconf automake make git patch perl perl-dev perl-cgi expat expat-dev curl wget \ # Install backuppc runtime dependencies -supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lighttpd-mod_auth gzip apache2-utils tzdata \ +supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lighttpd-mod_auth gzip apache2-utils tzdata libstdc++ libgomp libgcc \ # Compile and install needed perl modules && cpan App::cpanminus \ && cpanm -n Archive::Zip XML::RSS File::Listing \ diff --git a/README.md b/README.md index a0215d7..66cc4e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # adferrand/backuppc -![](https://img.shields.io/badge/tags-4%20latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/backuppc:4.1.3-8.svg) ![](https://images.microbadger.com/badges/image/adferrand/backuppc:4.1.3-8.svg)](https://microbadger.com/images/adferrand/backuppc:4.1.3-8) +![](https://img.shields.io/badge/tags-4%20latest-lightgrey.svg) [![](https://images.microbadger.com/badges/version/adferrand/backuppc:4.1.3-9.svg) ![](https://images.microbadger.com/badges/image/adferrand/backuppc:4.1.3-9.svg)](https://microbadger.com/images/adferrand/backuppc:4.1.3-9) * [Container functionalities](#container-functionalities) * [About BackupPC](#about-backuppc) diff --git a/VERSION b/VERSION index efbcbb0..44956f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.1.3-8 +4.1.3-9