This commit is contained in:
+3
-1
@@ -7,6 +7,8 @@ LABEL "repository"="https://github.com/ttionya/vaultwarden-backup" \
|
||||
COPY scripts/*.sh /app/
|
||||
|
||||
RUN chmod +x /app/*.sh \
|
||||
&& apk add --no-cache bash sqlite p7zip heirloom-mailx tzdata
|
||||
&& apk add --no-cache bash heirloom-mailx p7zip sqlite supercronic tzdata \
|
||||
&& ln -sf /tmp/localtime /etc/localtime \
|
||||
&& mkdir -m 777 /bitwarden
|
||||
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user