borgbackup et cron dans dockerfile

This commit is contained in:
Jonas 12t 2021-10-11 15:00:47 +04:00
parent 4d4bd567a5
commit 4a9b58c870
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ RUN apt-get install -y --no-install-recommends postgresql-client
## LATER ?
# RUN pip install mailchimp3
# RUN apt install cron -y
RUN apt install cron -y
# RUN apt install curl -y
# RUN apt install borgbackup -y
RUN apt install borgbackup -y
# RUN pip install inotify
# RUN pip install django-silk
# RUN apt install openssh-client -y