Compare commits

...

5 Commits
2 ... 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
sparklyballs
4ebbeb524e add more dependencies 2016-08-20 00:04:33 +01:00
2 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM lsiobase/alpine
FROM lsiobase/alpine:3.6
MAINTAINER sparklyballs
# package version
@ -22,9 +22,15 @@ RUN \
# install runtime packages
apk add --no-cache \
expat \
gdbm \
libbz2 \
libffi \
librsync \
openssh \
python && \
popt \
python2 \
sqlite-libs && \
# build rdiff-backup
mkdir -p \

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)