mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +00:00
Add final
stage
This commit is contained in:
parent
501e421357
commit
73cdf2ff42
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# FROM archlinux:latest
|
||||
FROM alpine:latest
|
||||
FROM alpine:latest AS base
|
||||
|
||||
# Install duplicity
|
||||
# RUN pacman --noconfirm -Syu duplicity python-pip python-pydrive2
|
||||
|
@ -30,3 +30,6 @@ COPY ./backup.sh /etc/periodic/daily/backup.sh
|
|||
|
||||
# Configure duplicity
|
||||
ENV DUPLICITY_FULL_IF_OLDER_THAN=1M
|
||||
|
||||
# Final!
|
||||
FROM base AS final
|
Loading…
Reference in a new issue