From 4a9b58c8700a2d8a430268e3ee01161bc1412897 Mon Sep 17 00:00:00 2001 From: Jonas 12t Date: Mon, 11 Oct 2021 15:00:47 +0400 Subject: [PATCH] borgbackup et cron dans dockerfile --- Docker/Dockerfile/dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/Dockerfile/dockerfile b/Docker/Dockerfile/dockerfile index fe3b3c5..512b22b 100644 --- a/Docker/Dockerfile/dockerfile +++ b/Docker/Dockerfile/dockerfile @@ -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