Skip to content
Snippets Groups Projects
Verified Commit e4a09889 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[DBRotateBackup] Pass CI

parent 1300f7c2
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,8 @@ FROM registry.picasoft.net/pica-debian:stretch
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y install \
cron \
python3 \
python3-pip \
&& pip3 install \
rotate-backups \
python-crontab \
&& apt-get -y install cron python3 python3-pip \
&& pip3 install rotate-backups python-crontab \
&& rm -rf /var/lib/apt/lists/*
VOLUME ["/backup"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment