feat: support 7z archive

This commit is contained in:
ttionya
2021-02-27 15:33:25 +08:00
parent 442fe217f8
commit 836f8d462f
5 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ LABEL "repository"="https://github.com/ttionya/BitwardenRS-Backup" \
COPY scripts/*.sh /app/
RUN chmod +x /app/*.sh \
&& apk add --no-cache bash sqlite zip heirloom-mailx tzdata
&& apk add --no-cache bash sqlite p7zip heirloom-mailx tzdata
ENTRYPOINT ["/app/entrypoint.sh"]