feat: enable ftp backups

This commit is contained in:
Michael Mandl 2023-08-24 10:58:04 +02:00
parent d565465665
commit 9547f357ce
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
2 changed files with 8 additions and 12 deletions

View file

@ -1,7 +1,7 @@
FROM kopia/kopia
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y cron postgresql-client && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install -y cron postgresql-client lftp && rm -rf /var/lib/apt/lists/*
ARG KOPIA_CRON_SCHEDULE
ENV KOPIA_CRON_SCHEDULE ${KOPIA_CRON_SCHEDULE}