mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 18:06:32 +00:00
Add test for existance of cron and crontab
This was missing in x86 builds and we don't have a test verifying the crontabs themselves, so it was never caught. It would be better to verify those, but that would mean async testing which could result in very slow builds or other issues. Fixes #5
This commit is contained in:
parent
4e1eb0592b
commit
efb7d3e5ab
@ -5,17 +5,21 @@ RUN [ "cross-build-start" ]
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
duplicity python-setuptools cron python-pexpect openssh-client \
|
||||
cron \
|
||||
duplicity \
|
||||
lftp \
|
||||
ncftp \
|
||||
openssh-client \
|
||||
python-cloudfiles \
|
||||
python-gdata \
|
||||
python-oauthlib \
|
||||
python-paramiko \
|
||||
python-pexpect \
|
||||
python-pip \
|
||||
python-setuptools \
|
||||
python-urllib3 \
|
||||
rsync \
|
||||
tahoe-lafs \
|
||||
python-pip \
|
||||
&& pip install -U boto \
|
||||
&& apt-get remove -y python-pip \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
|
@ -7,18 +7,22 @@ RUN apt-get update \
|
||||
&& add-apt-repository ppa:duplicity-team/ppa \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
duplicity python-setuptools python-pexpect openssh-client \
|
||||
cron \
|
||||
duplicity \
|
||||
lftp \
|
||||
ncftp \
|
||||
openssh-client \
|
||||
python-cloudfiles \
|
||||
python-gdata \
|
||||
python-oauthlib \
|
||||
python-paramiko \
|
||||
python-pexpect \
|
||||
python-pip \
|
||||
python-setuptools \
|
||||
python-swiftclient \
|
||||
python-urllib3 \
|
||||
rsync \
|
||||
tahoe-lafs \
|
||||
python-pip \
|
||||
&& pip install -U boto \
|
||||
&& apt-get autoremove -y python-pip \
|
||||
&& apt-get clean \
|
||||
|
Loading…
Reference in New Issue
Block a user