Compare commits

...

4 Commits
3 ... master

Author SHA1 Message Date
sparklyballs
21ee44a5b6 bump to alpine 3.6 2017-05-25 21:34:59 +01:00
sparklyballs
fc8b59aa48 rebase to alpine 3.5 2017-02-09 02:13:09 +00:00
sparklyballs
822a27c309 rebase to alpine 3.5 2017-02-09 02:05:03 +00:00
sparklyballs
b98327ffde try taking out known_hosts requirment 2016-08-20 00:15:37 +01:00
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine
FROM lsiobase/alpine:3.6
MAINTAINER sparklyballs
# package version
@ -29,7 +29,7 @@ RUN \
librsync \
openssh \
popt \
python \
python2 \
sqlite-libs && \
# build rdiff-backup

View File

@ -10,7 +10,6 @@ mkdir -p \
[[ ! -e /config/ssh/id_rsa.pub ]] || \
[[ ! -e /config/ssh/id_rsa ]] || \
[[ ! -e /config/ssh/config ]] || \
[[ ! -e /config/ssh/known_hosts ]] || \
[[ ! -e /config/cron/jobs ]] && \
( echo "required config not found" && exit 1)