-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Adrien Ferrand
committed
Apr 22, 2017
1 parent
70c0fbe
commit c2a6a57
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM alpine:3.5 | |
|
||
MAINTAINER Adrien Ferrand <[email protected]> | ||
|
||
ENV BACKUPPC_VERSION 3.3.2 | ||
ENV BACKUPPC_VERSION 3.3.0 | ||
ENV PAR2_VERSION v0.7.0 | ||
|
||
RUN apk --no-cache add \ | ||
|
@@ -30,7 +30,7 @@ supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lig | |
&& touch /firstrun \ | ||
# Clean | ||
&& rm -rf /root/backuppc-xs /root/rsync-bpc /root/par2cmdline \ | ||
&& apk del gcc g++ autoconf automake make git patch perl-dev expat-dev curl wget | ||
&& apk --no-cache del gcc g++ autoconf automake make git patch perl-dev expat-dev curl wget | ||
|
||
COPY files/lighttpd.conf /etc/lighttpd/lighttpd.conf | ||
COPY files/entrypoint.sh /entrypoint.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ FROM alpine:3.5 | |
|
||
MAINTAINER Adrien Ferrand <[email protected]> | ||
|
||
ENV BACKUPPC_VERSION 4.1.1 | ||
ENV BACKUPPC_XS_VERSION 0.53 | ||
ENV RSYNC_BPC_VERSION 3.0.9.6 | ||
ENV BACKUPPC_VERSION 4.0.0 | ||
ENV BACKUPPC_XS_VERSION 0.50 | ||
ENV RSYNC_BPC_VERSION 3.0.9.5 | ||
ENV PAR2_VERSION v0.7.0 | ||
|
||
RUN apk --no-cache add \ | ||
|
@@ -43,7 +43,7 @@ supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lig | |
&& touch /firstrun \ | ||
# Clean | ||
&& rm -rf /root/backuppc-xs /root/rsync-bpc /root/par2cmdline \ | ||
&& apk del gcc g++ autoconf automake make git patch perl-dev expat-dev curl wget | ||
&& apk --no-cache del gcc g++ autoconf automake make git patch perl-dev expat-dev curl wget | ||
|
||
COPY files/lighttpd.conf /etc/lighttpd/lighttpd.conf | ||
COPY files/entrypoint.sh /entrypoint.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.1.1 | ||
4.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters