borgbackup et cron dans dockerfile
This commit is contained in:
parent
4d4bd567a5
commit
4a9b58c870
|
|
@ -43,9 +43,9 @@ RUN apt-get install -y --no-install-recommends postgresql-client
|
||||||
|
|
||||||
## LATER ?
|
## LATER ?
|
||||||
# RUN pip install mailchimp3
|
# RUN pip install mailchimp3
|
||||||
# RUN apt install cron -y
|
RUN apt install cron -y
|
||||||
# RUN apt install curl -y
|
# RUN apt install curl -y
|
||||||
# RUN apt install borgbackup -y
|
RUN apt install borgbackup -y
|
||||||
# RUN pip install inotify
|
# RUN pip install inotify
|
||||||
# RUN pip install django-silk
|
# RUN pip install django-silk
|
||||||
# RUN apt install openssh-client -y
|
# RUN apt install openssh-client -y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue